Sha256: 329ef22654b17cf3b206a9e287c934908f6e535ecc39aae3f9a5a93ee2861042
Contents?: true
Size: 441 Bytes
Versions: 1
Compression:
Stored size: 441 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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
administrate-0.0.12 | app/views/administrate/application/show.html.erb |