<%= ts("My Assignments") %> <%= @collection ? ts("in %{collection_link}", :collection_link => link_to(@collection.title, @collection)).html_safe : "" %>
<% unless @collection %>
<%= ts('Looking for prompts you claimed in a prompt meme? Try') %> <%= link_to ts("My Claims"), user_claims_path(@user) %>
<% end %>
<% @challenge_assignments.each do |assignment| %>
<%= render "assignment_blurb", :assignment => assignment %>
<% end %>