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