8 lines
407 B
Text
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.)") }
|
|
%>
|