%%= render "page_header" do %> <%%= render "page_header_breadcrumb", title: "<%= human_name.pluralize %>" do %>
<%%= sort_link @search, :<%= attribute.column_name %> %> | <% end -%>|||
---|---|---|---|
<%%= link_to <%= singular_name %>.<%= attribute.column_name %>.filename, <%= singular_name %>.<%= attribute.column_name %> if <%= singular_name %>.<%= attribute.column_name %>.attached? %> | <% elsif attribute.attachments? -%> <%% <%= singular_name %>.<%= attribute.column_name %>.each do |<%= attribute.singular_name %>| %><%%= link_to <%= attribute.singular_name %>.filename, <%= attribute.singular_name %> %> | <%% end %> <% else -%><%%= <%= singular_name %>.<%= attribute.column_name %> %> | <% end -%> <% end -%><%%= link_to "View", <%= model_resource_name %>, class: "btn btn-light btn-sm" %> <%%= link_to "Edit", <%= edit_helper(singular_table_name, type: :path) %>, class: "btn btn-light btn-sm" %> <%%= button_to "Delete", <%= model_resource_name %>, method: :delete, form_class: "d-inline", class: "btn btn-light btn-sm", data: { confirm: "Are you sure ?" } %> |