Sha256: 768fcfca9972e6b0bb3930fbd8a8cd09097cb0bb9778ff1f6c8942f25a9ed342

Contents?: true

Size: 568 Bytes

Versions: 8

Compression:

Stored size: 568 Bytes

Contents

<div class="page-header">
  <h1>
  <% if content_for? :title -%>
    <%= yield :title %>
  <% else -%>
    <%= t('fullstack.admin.edit', :default => "Edit") %> "<%= title_for(current_resource) %>"
  <% end -%>
  </h1>
  <% if current_resource.respond_to?(:updated_at) %>
  <div  class="resource_updated_at">
      <%= t('fullstack.admin.last_updated', :default => "Last updated") %>: <%= distance_of_time_in_words_to_now(current_resource.updated_at) %> <%= t('fullstack.admin.ago', :default => "ago") %>
  </div>
  <% end %>
</div>


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

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
fullstack-admin-0.1.29 app/views/admin/base/edit.html.erb
fullstack-admin-0.1.28 app/views/admin/base/edit.html.erb
fullstack-admin-0.1.27 app/views/admin/base/edit.html.erb
fullstack-admin-0.1.26 app/views/admin/base/edit.html.erb
fullstack-admin-0.1.25 app/views/admin/base/edit.html.erb
fullstack-admin-0.1.24 app/views/admin/base/edit.html.erb
fullstack-admin-0.1.23 app/views/admin/base/edit.html.erb
fullstack-admin-0.1.20 app/views/admin/base/edit.html.erb