<%= t(category).pluralize %>

<%= link_to new_macho_path(tipo: category), class: 'btn btn-outline-primary btn-sm change-page float-right' do %> Nueva <%= t(category) %> <% end %>
<% object.order(number: :asc).each_with_index do |macho, idx| %> <% if macho.plan %> <% end %> <% end %>
Macho Acciones
<%= link_to macho.title, edit_plan_path(macho.plan.id) %> <%= link_to edit_macho_path(macho.id), class: "btn btn-outline-info btn-sm change-page" do %> Editar nombre <% end -%> <%= link_to macho_path(macho), method: :delete, class: "btn btn-outline-danger btn-sm" , data: { confirm: "¿Estás seguro de eliminar la #{t(category)} #{macho.title}?" } do %> Eliminar <% end -%>