From cc27e9988f9ce4e52acf491a5f67be70ab7d25d8 Mon Sep 17 00:00:00 2001 From: Ryuta Kamizono Date: Wed, 5 Jun 2019 05:47:33 +0900 Subject: Unify to use 4 spaces indentation in CHANGELOGs [ci skip] Especially, somehow `CHANGELOG.md` in actiontext and activestorage in master branch had used 3 spaces indentation. --- actiontext/CHANGELOG.md | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) (limited to 'actiontext/CHANGELOG.md') diff --git a/actiontext/CHANGELOG.md b/actiontext/CHANGELOG.md index 9a314db75c..d28799279f 100644 --- a/actiontext/CHANGELOG.md +++ b/actiontext/CHANGELOG.md @@ -1,21 +1,21 @@ -* The `fill_in_rich_text_area` system test helper locates a Trix editor and fills it in with the given HTML: +* The `fill_in_rich_text_area` system test helper locates a Trix editor and fills it in with the given HTML: - ```ruby - # - fill_in_rich_text_area "message_content", with: "Hello world!" + ```ruby + # + fill_in_rich_text_area "message_content", with: "Hello world!" - # - fill_in_rich_text_area "Your message here", with: "Hello world!" + # + fill_in_rich_text_area "Your message here", with: "Hello world!" - # - fill_in_rich_text_area "Message content", with: "Hello world!" + # + fill_in_rich_text_area "Message content", with: "Hello world!" - # - # - fill_in_rich_text_area "message[content]", with: "Hello world!" - ``` + # + # + fill_in_rich_text_area "message[content]", with: "Hello world!" + ``` - *George Claghorn* + *George Claghorn* Please check [6-0-stable](https://github.com/rails/rails/blob/6-0-stable/actiontext/CHANGELOG.md) for previous changes. -- cgit v1.2.3