<%= ts('Approve Link') %>

<%= ts('Would you like to create a link from your work') %> <%= link_to(related_work.parent.title, related_work.parent) %> <%= ts("to") %> <%= link_to(related_work.work.title, related_work.work) %> <%= ts("by") %> <%= byline(related_work.work) %>?

<%= ts('Nothing will be linked directly from your works without your express approval.') %> <%= ts('You can come back to this page if you change your mind.') %>

<%= form_for(related_work) do |f| %>

<%= f.submit ts("Yes, link me!") %>

<% end %>