otwarchive-symphonyarchive/app/views/challenge/shared/_challenge_form_delete.html.erb
2026-03-11 22:22:11 +00:00

8 lines
407 B
Text

<%= link_to ts("Delete Challenge"),
if @collection.prompt_meme?
confirm_delete_collection_prompt_meme_path(@collection)
else
confirm_delete_collection_gift_exchange_path(@collection)
end,
data: { confirm: ts("Are you sure you want to delete the challenge from this collection? All sign-ups, assignments, and settings will be lost. (Works and bookmarks will remain in the collection.)") }
%>