otwarchive-symphonyarchive/app/views/orphans/index.html.erb

17 lines
406 B
Text
Raw Permalink Normal View History

2026-03-11 22:22:11 +00:00
<!--Descriptive page name, messages and instructions-->
<h2 class="heading"><%=h t('.orphaned_works', :default => 'Orphaned Works') %></h2>
<!--/descriptions-->
<!--subnav-->
<!--/subnav-->
<!--main content-->
<ul class="work index group">
<% for work in @works %>
<%= render :partial => 'works/work_blurb', :locals => {:work => work} %>
<% end %>
</ul>
<!--/content-->
<!--subnav-->
<!--/subnav-->