Sha256: bb4e523160bbacd4f8aeaff47bd36e0d61fcd2fa316effacf67fa5c530a10593
Contents?: true
Size: 601 Bytes
Versions: 77
Compression:
Stored size: 601 Bytes
Contents
<h3>Hierarchical Tags</h3> <% if pulitzer_authorized? %> <%= ajax_link 'Add a new root tag', new_tag_path("tag[hierarchical]" => true), {}, '#new_tag' %> <div id="new_tag"></div> <% end %> <div id="tags_container"> <%= render partial: 'show_wrapper', collection: @root_tags, as: :tag %> </div> <hr/> <h3>Flat Tags</h3> <% if pulitzer_authorized? %> <%= ajax_link 'Add a new tag', new_tag_path("tag[hierarchical]" => false), {}, '#new_flat_tag' %> <div id="new_flat_tag"></div> <% end %> <div id="flat_tags"> <%= render partial: 'show_wrapper', collection: @flat_tags, as: :tag %> </div>
Version data entries
77 entries across 77 versions & 1 rubygems