Merge pull request #2944 from floriank/fix/19768-flipped-arrow

[19768] Flipped arrow
pull/2943/merge
Alex Coles 10 years ago
commit b374facae5
  1. 2
      app/views/attachments/_nested_form.html.erb

@ -45,7 +45,7 @@ an attachments_attributes= and not every model supports this we build a nested f
<legend class="form--fieldset-legend" title="<%=l(:description_attachment_toggle)%>" onclick="toggleFieldset(this);">
<a href="javascript:"><%=l(:label_attachment_plural)%></a>
</legend>
<div <%= 'style="display: none;"' unless open %>>
<div <%= "style=\"display: none;\"".html_safe unless open %>>
<div id="attachments_fields">
<div class="grid-block" id="attachment_template">
<div class="form--field">

Loading…
Cancel
Save