<% if @bookmarkable %>
<%= (ts("Editing bookmark for ") + link_to(@bookmarkable.title, @bookmarkable)).html_safe %>
<% else %>
<%= ts("Editing bookmark") %>
<% end %>
<%= error_messages_for :bookmark %>
- <%= link_to ts("Show"), bookmark_path(@bookmark) %>
- <%= link_to ts("My Bookmarks"), user_bookmarks_path(current_user) %>
<%= render 'bookmark_form', :button_name => ts('Update'), :action => 'update', :bookmark => @bookmark, :bookmarkable => @bookmarkable %>