Sha256: 9b3edcedeab505dc18773ceae05df6b368b1d1aca658313a1f6b4a37c4d9373c
Contents?: true
Size: 727 Bytes
Versions: 1
Compression:
Stored size: 727 Bytes
Contents
<div class="well"> <p> <%= icon_tag('clock-o') %> Your revision is awaiting review from an Editor. Feel free to further customize its content or grab a <%= icon_tag('coffee') %> and wait it out. </p> <% if policy(@revision).approve? %> <p> <%= link_to('Approve & Publish', [:approve, @page, @revision], class: 'btn btn-success') %> <%= link_to('Decline & Move to trash', [:decline, @page, @revision], class: 'btn btn-danger text-danger btn-link') %> </p> <% else %> <p> <%= link_to('Cancel & Delete draft', [@page, @revision], data: {confirm: 'Are you sure?'}, method: :delete, class: 'btn btn-danger text-danger btn-link') if policy(@revision).destroy? %> </p> <% end -%> </div>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
georgia-0.8.0 | app/views/georgia/revisions/messages/_awaiting_review.html.erb |