diff --git a/app/views/equipment/index.html.erb b/app/views/equipment/index.html.erb index 4b0ac5d9..78f843bd 100644 --- a/app/views/equipment/index.html.erb +++ b/app/views/equipment/index.html.erb @@ -8,37 +8,6 @@ <%= render 'list' %> - - - - - - - - - - - - <% @equipment.each do |equipment| %> - - - - - - - <% end %> - -
NameTypeDescription<%=t '.actions', :default => t("helpers.actions") %>
<%= simple_format link_to equipment.name, equipment_path(equipment) %><%= simple_format equipment.equip_type %><%= simple_format equipment.description %> - <%= link_to t('.view', :default => t("helpers.links.view")), - equipment_path(equipment), :class => 'btn' %> - <%= link_to t('.edit', :default => t("helpers.links.edit")), - equipment_edit_path(equipment), :class => 'btn' %> - <%= link_to t('.destroy', :default => t("helpers.links.destroy")), - equipment_path(equipment), - :method => :delete, - :confirm => t('.confirm', :default => t("helpers.links.confirm", :default => 'Are you sure?')), - :class => 'btn btn-danger' %> -
<% end %>