Skip to content

Commit

Permalink
Issue 2726 link to assignments for manual matching
Browse files Browse the repository at this point in the history
  • Loading branch information
cesy committed May 1, 2017
1 parent c15dc0d commit 23e1796
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/views/challenge/gift_exchange/_challenge_sidebar.html.erb
Expand Up @@ -38,9 +38,9 @@
<% if @collection.challenge.user_allowed_to_see_assignments?(current_user) %>
<% if @collection.challenge.assignments_sent_at.nil? %>
<li><%= span_if_current ts("Matching"), collection_potential_matches_path(@collection) %></li>
<% else %>
<li><%= span_if_current ts("Assignments"), collection_assignments_path(@collection) %></li>
<% end %>
<% # assignments link is needed for manual matching, too %>
<li><%= span_if_current ts("Assignments"), collection_assignments_path(@collection) %></li>
<% end %>
</ul>
<% end %>

0 comments on commit 23e1796

Please sign in to comment.