Sha256: 42ab0042453cd1201e7d37b433ed40d6938ad2d1f5816e6e3012661e67f37aa2
Contents?: true
Size: 850 Bytes
Versions: 6
Compression:
Stored size: 850 Bytes
Contents
<% content_for :related do %> <h4>Page Meta</h4> <div class="well well-small"> <dl> <dt>Status</dt> <dd><%= raw @page.published_at? ? '<i class="icon-check"></i>' : '<i class="icon-check-empty"></i>' %> Published</dd> <dt>Navigation</dt> <dd><%= raw @page.show_in_navigation? ? '<i class="icon-check"></i>' : '<i class="icon-check-empty"></i>' %> Show in Navigation</dd> <dt>Template</dt> <dd><%= @page.template.name %></dd> <dt>Creator</dt> <dd><%= "Tim Glen" %></dd> <% if @page.persisted? %> <dt>Updated</dt> <dd><%= time_ago_in_words @page.updated_at %> ago</dd> <% end %> </dl> </div> <%= content_tag :p, link_to("Delete Page", page_path(@page.id), :method => :delete, :confirm => "Are you sure you want to delete this page?", :class => 'btn btn-danger') if @page.persisted? %></p> <% end %>
Version data entries
6 entries across 6 versions & 1 rubygems