otwarchive-symphonyarchive/app/views/works/drafts.html.erb

25 lines
640 B
Text
Raw Permalink Normal View History

2026-03-11 22:22:11 +00:00
<!--Descriptive page names, messages and instructions-->
<h2 class="heading"><%= search_header @works, nil, ts("Unposted Draft") %></h2>
<p class="caution notice">
<strong><%= ts("Please note:") %></strong>
<%= ts("Unposted drafts are only saved for a month from the day they are first created, and then deleted from the Archive.") %>
</p>
<!--/descriptions-->
<!--subnav-->
<%= will_paginate @works %>
<!--/subnav-->
<!--main content-->
<ul class="work index group">
<% for work in @works %>
<%= render 'work_blurb', :work => work %>
<% end %>
</ul>
<!--/content-->
<!--subnav-->
<%= will_paginate @works %>
<!--/subnav-->