5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-10-06 19:16:57 +00:00

fix: dar el mismo estilo al editor nuevo

This commit is contained in:
f 2022-11-09 13:01:12 -03:00
parent fd855a1e93
commit d8a20be0b6

View file

@ -3,7 +3,7 @@
= render 'posts/attribute_feedback',
post: post, attribute: attribute, metadata: metadata
.new-editor{ id: attribute }
.new-editor.content{ id: attribute }
= text_area_tag "#{base}[#{attribute}]", metadata.value.html_safe,
dir: dir, lang: locale,
**field_options(attribute, metadata), class: 'd-none'