mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-23 05:26:22 +00:00
fix: dar el mismo estilo al editor nuevo
This commit is contained in:
parent
fd855a1e93
commit
d8a20be0b6
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
||||||
= render 'posts/attribute_feedback',
|
= render 'posts/attribute_feedback',
|
||||||
post: post, attribute: attribute, metadata: metadata
|
post: post, attribute: attribute, metadata: metadata
|
||||||
|
|
||||||
.new-editor{ id: attribute }
|
.new-editor.content{ id: attribute }
|
||||||
= text_area_tag "#{base}[#{attribute}]", metadata.value.html_safe,
|
= text_area_tag "#{base}[#{attribute}]", metadata.value.html_safe,
|
||||||
dir: dir, lang: locale,
|
dir: dir, lang: locale,
|
||||||
**field_options(attribute, metadata), class: 'd-none'
|
**field_options(attribute, metadata), class: 'd-none'
|
||||||
|
|
Loading…
Reference in a new issue