<%= render 'carload/dashboard/shared/index_buttons' %> <%= render 'carload/dashboard/shared/search_fields' %>
<% @show_attributes.each do |attribute| %> <% end %> <% @objects.each do |object| %> <% @show_attributes.each do |attribute| %> <% end %> <% end %>
ID<%= generate_show_title attribute rescue attribute %><%= t('carload.actions') %>
<%= object.id %><%= generate_show object, attribute %>
<%= link_to fa_icon('edit'), dashboard_edit_path(@model_names, object) %> <%= link_to fa_icon('trash'), dashboard_delete_path(@model_names, object), method: :delete, data: { confirm: t('carload.form.message.delete', model: @model_name) } %>
<%= paginate @objects %>