Skip to content
Snippets Groups Projects
Unverified Commit f04281e6 authored by Sébastien Gaya's avatar Sébastien Gaya
Browse files

fix

parent 7f95086f
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,7 @@
<div class="card-body">
<%= f.input :title %>
<%= f.input :breadcrumb_title %>
<%= f.input :description_short, input_html: { value: page.description_short.gsub('&amp;', '&') } %>
<%= f.input :description_short, input_html: { value: page.description_short&.gsub('&amp;', '&') } %>
<%= f.input :header_text,
as: :summernote,
input_html: {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment