Dont use haml style tags
This commit is contained in:
@@ -40,7 +40,7 @@ javascript:
|
||||
= collapsible_content 'Page Settings (JSON)' do
|
||||
.field
|
||||
= f.label :page_settings
|
||||
%p.help-text JSON configuration for this page. Use Ace editor in JSON mode.
|
||||
p.help-text JSON configuration for this page. Use Ace editor in JSON mode.
|
||||
= f.text_area :page_settings, rows: 12, cols: 80, class: 'html-content', 'data-mode' => 'json',
|
||||
value: (f.object.page_settings.presence || {}).to_json
|
||||
.form-row
|
||||
|
||||
Reference in New Issue
Block a user