7 lines
359 B
Text
7 lines
359 B
Text
|
|
<% if @collection.challenge.user_allowed_to_see_signups?(current_user) %>
|
||
|
|
<li role="navigation"><%= link_to ts("Sign-ups"), collection_signups_path(@collection) %></li>
|
||
|
|
<% end %>
|
||
|
|
<% if @collection.user_is_owner?(current_user) %>
|
||
|
|
<li role="navigation"><%= link_to ts("Challenge Settings"), edit_collection_gift_exchange_path(@collection) %></li>
|
||
|
|
<% end %>
|