removes rendering of local variable

This commit is contained in:
rgarcia
2017-10-05 19:37:44 +02:00
parent 82735ae2de
commit 127ab222eb

View File

@@ -1,4 +1,4 @@
<%= image_fields ||= :image %>
<% image_fields ||= :image %>
<%= f.label image_fields, t("images.form.title") %>
<p class="help-text"><%= imageables_note(imageable) %></p>