Sha256: 7853de81764297ddfa7e53f9e835222c59d8b70a4070afdb955406aaab30e9df

Contents?: true

Size: 350 Bytes

Versions: 8

Compression:

Stored size: 350 Bytes

Contents

<div id="new_tag" style="overflow: visible">
  <h1>Add Tag</h1>
  <%= form_for :document, :url => catalog_tags_path(:catalog_id => @document.id), :html => { :method => :post } do |f| %>
    <%= label_tag :tags, 'Use "," to separate each tag.' %>
    <%= text_field_tag :tags %>
    <%= f.submit "Add Tag" %>
  <% end %>
</div>
<%= @tags.join ", " %>

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
blacklight_user_generated_content-0.0.8 app/views/tags/new.html.erb
blacklight_user_generated_content-0.0.7 app/views/tags/new.html.erb
blacklight_user_generated_content-0.0.6 app/views/tags/new.html.erb
blacklight_user_generated_content-0.0.5 app/views/tags/new.html.erb
blacklight_user_generated_content-0.0.4 app/views/tags/new.html.erb
blacklight_user_generated_content-0.0.3 app/views/tags/new.html.erb
blacklight_user_generated_content-0.0.2 app/views/tags/new.html.erb
blacklight_user_generated_content-0.0.1 app/views/tags/new.html.erb