Sha256: 669c5c185760644ed861e220a6e218f564b1e3da3d344d5ee0919af362aa649c

Contents?: true

Size: 274 Bytes

Versions: 6

Compression:

Stored size: 274 Bytes

Contents

<% if content_for? :title -%>
  <div class="page-header"><h1><%= yield :title %></h1></div>
<% else -%>
  <div class="page-header"><h1><%= t('fullstack.admin.edit', :default => "Edit") %> `<%= title_for(resource) %>`</h1></div>
<% end -%>

<%= render :partial => 'form' %>

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
fullstack-admin-0.1.17 app/views/admin/base/edit.html.erb
fullstack-admin-0.1.16 app/views/admin/base/edit.html.erb
fullstack-admin-0.1.15 app/views/admin/base/edit.html.erb
fullstack-admin-0.1.14 app/views/admin/base/edit.html.erb
fullstack-admin-0.1.12 app/views/admin/base/edit.html.erb
fullstack-admin-0.1.11 app/views/admin/base/edit.html.erb