Sha256: 601f8849ec8d58de6aed0c97919d3e4b12152d24ae12fd6dbc24a42dd3713ecc

Contents?: true

Size: 334 Bytes

Versions: 2

Compression:

Stored size: 334 Bytes

Contents

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

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

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
madmin-1.2.11 app/views/madmin/application/edit.html.erb
madmin-1.2.10 app/views/madmin/application/edit.html.erb