Sha256: 11a54c65a608bf7079f8e077e4a9e20d1aa9e5f20dddfecc244f3614a3ada6d6
Contents?: true
Size: 695 Bytes
Versions: 1
Compression:
Stored size: 695 Bytes
Contents
<header class='header-main'> <div class="row"> <div class="header-gutter"> <%= link_to_back search_pages_path %> </div> <div class="header-title"> <h1 class='title-truncated'> <%= @page.title || content_tag(:span, 'No title', class: 'muted') %> </h1> </div> <div class="header-actions"> <%= button_to_edit if policy(@page).edit? %> <%= button_to_settings %> </div> </div> </header> <section class="body-main"> <div class="revisions"> <% if @revisions and @revisions.any? %> <%= render @revisions %> <% else -%> <h3>There are no past revisions available for this page.</h3> <% end -%> </div> </section>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
georgia-0.8.0 | app/views/georgia/revisions/index.html.erb |