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

12 lines
510 B
Text
Raw Normal View History

2026-03-11 22:22:11 +00:00
<div class="mystery header picture module">
<h4 class="heading"><%= ts("Mystery Work") %></h4>
<% if item.approved_collections.unrevealed.present? %>
<h5 class="heading"><%= h(ts("Part of ")) + show_collections_data(item.approved_collections.unrevealed) %></h5>
<% end %>
<div class="icon"></div>
</div>
<h6 class="landmark heading"><%= ts("Summary") %></h6>
<blockquote class="userstuff summary">
<p><%= ts("This is part of an ongoing challenge and will be revealed soon!") %></p>
</blockquote>