<%- model_attributes.each do |attribute| -%> <%- end -%> <%% @<%= plural_name %>.each do |<%= singular_name %>| %> <%- model_attributes.each do |attribute| -%> <%- end -%> <%% end %>
<%%= t :<%= attribute.name %> %>
<%%= <%= singular_name %>.<%= attribute.name %> %><%%= link_to I18n.t(:show), <%= singular_name %>, class: 'btn' %> <%%= link_to I18n.t(:edit), edit_<%= singular_name %>_path(<%= singular_name %>), class: 'btn btn-primary' %> <%%= button_to I18n.t(:delete), { action: :destroy, id: <%= singular_name %>.id }, method: :delete, class: 'btn btn-danger' %>
<%%= will_paginate @<%= plural_name %>, previous_label: I18n.t(:previous), next_label: I18n.t(:next) %>
<%%= link_to I18n.t(:new_<%= singular_name %>), new_<%= singular_name %>_path, class: 'btn btn-success' %>