Sha256: 807f5a7fea7b52666ecdb5b88aefb5b0ba4ef569af3f0a4fe6d5cf12c895007e

Contents?: true

Size: 599 Bytes

Versions: 51

Compression:

Stored size: 599 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) && current_resource.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

51 entries across 51 versions & 1 rubygems

Version Path
fullstack-admin-0.2.26 app/views/admin/base/edit.html.erb
fullstack-admin-0.2.25 app/views/admin/base/edit.html.erb
fullstack-admin-0.2.24 app/views/admin/base/edit.html.erb
fullstack-admin-0.2.23 app/views/admin/base/edit.html.erb
fullstack-admin-0.2.22 app/views/admin/base/edit.html.erb
fullstack-admin-0.2.21 app/views/admin/base/edit.html.erb
fullstack-admin-0.2.20 app/views/admin/base/edit.html.erb
fullstack-admin-0.2.19 app/views/admin/base/edit.html.erb
fullstack-admin-0.2.18 app/views/admin/base/edit.html.erb
fullstack-admin-0.2.17 app/views/admin/base/edit.html.erb
fullstack-admin-0.2.16 app/views/admin/base/edit.html.erb
fullstack-admin-0.2.15 app/views/admin/base/edit.html.erb
fullstack-admin-0.2.14 app/views/admin/base/edit.html.erb
fullstack-admin-0.2.13 app/views/admin/base/edit.html.erb
fullstack-admin-0.2.12 app/views/admin/base/edit.html.erb
fullstack-admin-0.2.11 app/views/admin/base/edit.html.erb
fullstack-admin-0.2.9 app/views/admin/base/edit.html.erb
fullstack-admin-0.2.8 app/views/admin/base/edit.html.erb
fullstack-admin-0.2.7 app/views/admin/base/edit.html.erb
fullstack-admin-0.2.6 app/views/admin/base/edit.html.erb