<%% breadcrumb :<%= plural_table_name %>, @<%= plural_table_name %> %> <%% @page_title = "<%= t '.title' %>" %> <%%= link_to <%= t '.new' %>, new_<%= singular_table_name %>_url, class: "btn btn-primary" %>
<%%= will_paginate @<%= plural_table_name %>, renderer: BootstrapPagination::Rails %>
<% attributes.reject(&:password_digest?).each do |attribute| %> <% end %> <%% @<%= plural_table_name %>.each do |<%= singular_table_name %>| %> <% attributes.each do |attribute| %> <% end %> <%% end %>
<%%= t('activerecord.attributes.<%= file_name %>.<%= attribute.name %>') %>Ações
<%%= <%= singular_table_name %>.<%= attribute.name %> %>
<%%= link_to_edit edit_<%= singular_table_name %>_path(<%= singular_table_name %>), :text_tooltip => "Editar" %> <%%= link_to_destroy <%= singular_table_name %>, :text_tooltip => "Excluir" %>