otwarchive-symphonyarchive/app/views/bookmarks/new.html.erb
2026-03-11 22:22:11 +00:00

9 lines
428 B
Text

<!--Descriptive page name, messages and instructions-->
<h2 class="heading"><%= (ts("New bookmark for ") + link_to(@bookmarkable.title, @bookmarkable)).html_safe %></h2>
<%= error_messages_for :bookmark %>
<!--/descriptions-->
<!--main content-->
<%= render :partial => 'bookmark_form', :locals => { :bookmark => @bookmark, :bookmarkable => @bookmarkable, :button_name => ts("Create"), :action => 'create' }%>
<!--/content-->