Sha256: ce8b80ffda3ca6d66f9b79d7f96dd07c8d1b74024eacd34a560452c5192ef58d

Contents?: true

Size: 388 Bytes

Versions: 11

Compression:

Stored size: 388 Bytes

Contents

<%= form_tag bookmarks_url, :name => "bookmarks" do %>
  <% documents.each_with_index do |document, index| %>
    <%= hidden_field_tag "bookmarks[#{index}][document_id]", document.id %>
    <%= hidden_field_tag "bookmarks[#{index}][title]", h(document[document_show_link_field])%>
  <% end %>
  <%= submit_tag t('blacklight.bookmarks.collection.add.button'), :class => 'btn' %>
<% end %>

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
blacklight-4.9.0 app/views/catalog/_bookmark_form.html.erb
blacklight-4.8.0 app/views/catalog/_bookmark_form.html.erb
blacklight-4.7.0 app/views/catalog/_bookmark_form.html.erb
blacklight-4.7.0.pre1 app/views/catalog/_bookmark_form.html.erb
blacklight-4.6.3 app/views/catalog/_bookmark_form.html.erb
blacklight-4.6.2 app/views/catalog/_bookmark_form.html.erb
blacklight-4.6.1 app/views/catalog/_bookmark_form.html.erb
blacklight-4.6.0 app/views/catalog/_bookmark_form.html.erb
blacklight-4.5.0 app/views/catalog/_bookmark_form.html.erb
blacklight-4.5.0.rc1 app/views/catalog/_bookmark_form.html.erb
blacklight-4.4.2 app/views/catalog/_bookmark_form.html.erb