Sha256: e4761e1e0ff67be815c83e62b81aa18e87f3e5e4a33790e4cdad2f8ea27301b6

Contents?: true

Size: 494 Bytes

Versions: 7

Compression:

Stored size: 494 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 %>
  <%= link_to_function t('blacklight.bookmarks.collection.add.button'), "document.bookmarks.submit()" %>
  <%= submit_tag t('blacklight.bookmarks.collection.add.button'), :class => 'hide' %>
<% end %>

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
blacklight-3.8.2 app/views/catalog/_bookmark_form.html.erb
blacklight-3.8.1 app/views/catalog/_bookmark_form.html.erb
blacklight-3.8.0 app/views/catalog/_bookmark_form.html.erb
blacklight-3.7.2 app/views/catalog/_bookmark_form.html.erb
blacklight-3.7.1 app/views/catalog/_bookmark_form.html.erb
blacklight-3.7.0 app/views/catalog/_bookmark_form.html.erb
blacklight-3.6.1.1 app/views/catalog/_bookmark_form.html.erb