Sha256: 8a33967738cfb770549e31cd7c3e28c47b392175ae7d27c87147c16235e9151b

Contents?: true

Size: 512 Bytes

Versions: 13

Compression:

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

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
blacklight-4.4.1 app/views/catalog/_bookmark_form.html.erb
blacklight-4.4.0 app/views/catalog/_bookmark_form.html.erb
blacklight-4.3.0 app/views/catalog/_bookmark_form.html.erb
blacklight-4.2.2 app/views/catalog/_bookmark_form.html.erb
blacklight-4.2.1 app/views/catalog/_bookmark_form.html.erb
blacklight-4.2.0 app/views/catalog/_bookmark_form.html.erb
blacklight-4.1.0 app/views/catalog/_bookmark_form.html.erb
blacklight-4.0.1 app/views/catalog/_bookmark_form.html.erb
blacklight-4.0.0 app/views/catalog/_bookmark_form.html.erb
blacklight-4.0.0.rc2 app/views/catalog/_bookmark_form.html.erb
blacklight-4.0.0.rc1 app/views/catalog/_bookmark_form.html.erb
blacklight-4.0.0.pre7 app/views/catalog/_bookmark_form.html.erb
blacklight-4.0.0.pre6 app/views/catalog/_bookmark_form.html.erb