Sha256: b0c41c10b334e314a7f36f371d91cd9d6ada2438635edff0b52672d12d6a833c
Contents?: true
Size: 466 Bytes
Versions: 1
Compression:
Stored size: 466 Bytes
Contents
<% if @status_message.partial or @draft_revision %> <fieldset> <div class="fieldset-help"> <legend><%= icon_tag('exclamation-triangle', size: 'lg') %> Attention</legend> </div> <div class="fieldset-fields"> <%= render partial: "georgia/revisions/messages/continue_draft" if @draft_revision %> <%= render partial: "georgia/revisions/messages/#{@status_message.partial}" if @status_message.partial %> </div> </fieldset> <% end -%>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
georgia-0.8.0 | app/views/georgia/revisions/fields/_message.html.erb |