<%%= t :<%= attribute.name %> %> | <%- end -%>|||
---|---|---|---|
<%%= <%= singular_name %>.<%= attribute.name %> %> | <%- end -%><%%= link_to I18n.t(:show), <%= singular_name %>, class: 'btn' %> | <%%= link_to I18n.t(:edit), edit_<%= singular_name %>_path(<%= singular_name %>), class: 'btn btn-primary' %> | <%%= button_to I18n.t(:delete), { action: :destroy, id: <%= singular_name %>.id }, method: :delete, class: 'btn btn-danger' %> |