Sha256: c7eb08e738dab3f01e2ded8a79290ca7fca2224528cee5df0d4eb1e597fdb7bb
Contents?: true
Size: 443 Bytes
Versions: 2
Compression:
Stored size: 443 Bytes
Contents
<header class="header"> <h1 class="header-heading"><%= @page.page_title %></h1> <%= link_to( "Edit", [:edit, Administrate::NAMESPACE, @page.resource], class: "button", ) %> </header> <dl> <% @page.attributes.each do |attribute| %> <dt class="attribute-label"><%= attribute.name.titleize %></dt> <dd class="attribute-data--<%=attribute.html_class%>"> <%= render_field attribute %> </dd> <% end %> </dl>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
administrate-0.0.11 | app/views/administrate/application/show.html.erb |
administrate-0.0.10 | app/views/administrate/application/show.html.erb |