% 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_gift_exchange_path(@collection) %>
<% end %>