<% if @bookmarkable %> <%= (ts("Editing bookmark for ") + link_to(@bookmarkable.title, @bookmarkable)).html_safe %> <% else %> <%= ts("Editing bookmark") %> <% end %>

<%= error_messages_for :bookmark %> <%= render 'bookmark_form', :button_name => ts('Update'), :action => 'update', :bookmark => @bookmark, :bookmarkable => @bookmarkable %>