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.5 app/views/admin/base/edit.html.erb
fullstack-admin-0.2.4 app/views/admin/base/edit.html.erb
fullstack-admin-0.2.3 app/views/admin/base/edit.html.erb
fullstack-admin-0.2.2 app/views/admin/base/edit.html.erb
fullstack-admin-0.2.1 app/views/admin/base/edit.html.erb
fullstack-admin-0.1.56 app/views/admin/base/edit.html.erb
fullstack-admin-0.1.55 app/views/admin/base/edit.html.erb
fullstack-admin-0.1.54 app/views/admin/base/edit.html.erb
fullstack-admin-0.1.53 app/views/admin/base/edit.html.erb
fullstack-admin-0.1.52 app/views/admin/base/edit.html.erb
fullstack-admin-0.1.51 app/views/admin/base/edit.html.erb
fullstack-admin-0.1.50 app/views/admin/base/edit.html.erb
fullstack-admin-0.1.49 app/views/admin/base/edit.html.erb
fullstack-admin-0.1.48 app/views/admin/base/edit.html.erb
fullstack-admin-0.1.47 app/views/admin/base/edit.html.erb
fullstack-admin-0.1.46 app/views/admin/base/edit.html.erb
fullstack-admin-0.1.45 app/views/admin/base/edit.html.erb
fullstack-admin-0.1.44 app/views/admin/base/edit.html.erb
fullstack-admin-0.1.43 app/views/admin/base/edit.html.erb
fullstack-admin-0.1.42 app/views/admin/base/edit.html.erb