diff options
Diffstat (limited to 'app/helpers')
-rw-r--r-- | app/helpers/action_text/tag_helper.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/helpers/action_text/tag_helper.rb b/app/helpers/action_text/tag_helper.rb index 0033538773..28c62166dd 100644 --- a/app/helpers/action_text/tag_helper.rb +++ b/app/helpers/action_text/tag_helper.rb @@ -15,7 +15,7 @@ module ActionText editor_tag = content_tag("trix-editor", "", options) input_tag = hidden_field_tag(name, value, id: options[:input]) - editor_tag + input_tag + input_tag + editor_tag end end end |