<%= ts('Post New Work') %>
<%= error_messages_for @work %>
<% if @unposted %>
-
<%= link_to ts('Restore From Last Unposted Draft?'), url_for(:action => :new, :load_unposted => true) %>
<% end %>
-
<%= link_to( ts('Import From An Existing URL Instead?'),
{:url => {:controller => :works, :action => :new, :import => true}},
:href => url_for(:controller => :works, :action => :new, :import => true)) %>
<%= render :partial => "standard_form" %>