<% if @collection.challenge.user_allowed_to_see_signups?(current_user) %>
  • <%= link_to ts("Sign-ups"), collection_signups_path(@collection) %>
  • <% end %> <% if @collection.user_is_owner?(current_user) %>
  • <%= link_to ts("Challenge Settings"), edit_collection_prompt_meme_path(@collection) %>
  • <% end %>