Uses correct tags as defined in LSG

pull/3712/head
Henriette Dinger 9 years ago
parent d3ee4f8704
commit cae591f885
  1. 8
      app/views/workflows/edit.html.erb

@ -49,14 +49,14 @@ See doc/COPYRIGHT.rdoc for more details.
</li>
</ul>
<ul class="simple-filter--trailing-labels">
<div class="form--field -trailing-label">
<li class="form--field -trailing-label">
<%= hidden_field_tag 'used_statuses_only', '0', id: 'used_statuses_only_hidden' %>
<%= styled_label_tag :used_statuses_only, l(:label_display_used_statuses_only) %>
<div class="form--field-container">
<span class="form--field-container">
<%= styled_check_box_tag :used_statuses_only, '1', @used_statuses_only %>
</div>
</div>
</span>
</li>
</ul>
</fieldset>
<% end %>

Loading…
Cancel
Save