<%= ts("My Claims") %> <% if @collection %><%= ts("in") %> <%= link_to(@collection.title, @collection) %><% end %>
<% unless params[:for_user] %>
-
<%= span_if_current ts("Unfulfilled Claims"), user_claims_path(current_user), params[:posted].blank? %>
-
<%= span_if_current ts("Fulfilled Claims"), user_claims_path(current_user, :posted => true) %>
<% end %>
<%= will_paginate @claims %>
<% unless @collection %>
<%= ts('Looking for assignments you were given for a gift exchange? Try') %> <%= link_to ts("My Assignments"), user_assignments_path(@user) %>
<% end %>
<% @claims.each do |claim| %>
<%= render "prompts/prompt_blurb", :prompt => claim.request_prompt, :claim => claim, :suppress_claims => !params[:posted] %>
<% end %>
<%= will_paginate @claims %>