<%= (ts("New bookmark for ") + link_to(@bookmarkable.title, @bookmarkable)).html_safe %>

<%= error_messages_for :bookmark %> <%= render :partial => 'bookmark_form', :locals => { :bookmark => @bookmark, :bookmarkable => @bookmarkable, :button_name => ts("Create"), :action => 'create' }%>