Sha256: 918d8ac6d0d3c5fd7360804e49c1d7c82dec432a6d03ce8894354a1de7ce60f1
Contents?: true
Size: 584 Bytes
Versions: 1
Compression:
Stored size: 584 Bytes
Contents
<div class="well"> <p>You are looking at a past revision. Updating this content will not change anything on your website.</p> <p> <%= link_to("#{icon_tag('pencil')} Edit current revision".html_safe, [:edit, @page, @page.current_revision], class: 'btn btn-primary') %> </p> <% if policy(@revision).restore? %> <p>Optionally, you can also restore this revision as the current version of this page.</p> <p> <%= link_to "#{icon_tag('undo')} Set as current revision".html_safe, [:restore, @page, @revision] , class: 'btn btn-info' %> </p> <% end -%> </div>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
georgia-0.8.0 | app/views/georgia/revisions/messages/_edit_current_revision.html.erb |