Sha256: ae1a51bfda57c9233d693aa31b8c4c2717bdc07ba93a80f7380607b0b2d75782

Contents?: true

Size: 377 Bytes

Versions: 1

Compression:

Stored size: 377 Bytes

Contents

<%= content_for :title, "New #{resource.display_name(@record)}" %>

<header class="header">
  <h1>
    <%= link_to resource.friendly_name.pluralize, resource.index_path %>
    /
    <strong>Edit <%= link_to resource.display_name(@record), resource.show_path(@record) %></strong>
  </h1>
</header>

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

Version data entries

1 entries across 1 versions & 1 rubygems

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