% content_for :message do %>
A response to your prompt has been posted <% if @collection %>in the <%= style_link(@collection.title, collection_url(@collection)) %> collection <% end %>at the Archive of Our Own!
<% if @collection.nil? %>
<%= style_creation_link(@work.title, work_url(@work)) %> (<%= @work.word_count %> words)
<% else %>
<%= style_creation_link(@work.title, collection_work_url(@collection, @work)) %> (<%= @work.word_count %> words)
<% end %>
by <%= @work.anonymous? ? style_bold("an anonymous responder") : (@work.pseuds.map{|p| style_pseud_link(p)}.to_sentence.html_safe) %>
<% unless @work.fandom_string.blank? %>
<%= style_bold("Fandom:") %> <%= @work.fandom_string %>
<% end %>
<%= @collection.gift_notification %>
<% end %> <% end %>