afimb/chouette2

View on GitHub
app/views/footnotes/_footnote_fields.html.erb

Summary

Maintainability
Test Coverage
<%= f.inputs :class => 'nested-fields footnote' do %>
  <%= f.input :code, :wrapper_html => { :class => 'col-md-3' } %>
  <%= f.input :label, :wrapper_html => { :class => 'col-md-7' } %>
  <%= link_to_remove_association t('actions.destroy'), f, :class => 'col-md-2 remove'  %>
<% end %>