Sha256: dd84960c55e244b8d5c4528fbe5e89c3848ac1e3a96a4dfee83bfb2746dffd17

Contents?: true

Size: 338 Bytes

Versions: 9

Compression:

Stored size: 338 Bytes

Contents

<h1 class="text-xl mb-4">
  <%= link_to resource.friendly_name.pluralize, resource.index_path, class: "text-indigo-500" %>
  /
  <strong>Edit <%= link_to resource.display_name(@record), resource.show_path(@record), class: "text-indigo-500" %></strong>
</h1>

<%= render partial: "form", locals: { record: @record, resource: resource } %>

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
madmin-1.2.9 app/views/madmin/application/edit.html.erb
madmin-1.2.8 app/views/madmin/application/edit.html.erb
madmin-1.2.7 app/views/madmin/application/edit.html.erb
madmin-1.2.6 app/views/madmin/application/edit.html.erb
madmin-1.2.5 app/views/madmin/application/edit.html.erb
madmin-1.2.4 app/views/madmin/application/edit.html.erb
madmin-1.2.3 app/views/madmin/application/edit.html.erb
madmin-1.2.2 app/views/madmin/application/edit.html.erb
madmin-1.2.1 app/views/madmin/application/edit.html.erb