otwarchive-symphonyarchive/app/views/collections/_collection_form_delete.html.erb
2026-03-11 22:22:11 +00:00

6 lines
357 B
Text

<ul class="navigation actions" role="menu">
<% if @collection.user_is_owner?(current_user) %>
<li><%= link_to ts("Delete Collection"), confirm_delete_collection_path(@collection),
data: {confirm: ts('Are you sure you want to delete this collection? All collection settings will be lost. (Works will not be deleted.)')} %></li>
<% end %>
</ul>