Sha256: c1792a5b69f3980decca856820b8a593ffa3e1c28aebe31369f63bdc377d8553
Contents?: true
Size: 562 Bytes
Versions: 157
Compression:
Stored size: 562 Bytes
Contents
%li %div - if tag.is_feature %i.fa.fa-exclamation = link_to tag.name, tag_path(tag) = link_to '[+]', new_tag_path( :for_tag => tag.id ) = link_to '[~]', edit_tag_path( tag ) .inline= button_to '[x]', tag_path( tag ), :method => :delete, :data => { :confirm => 'Are you sure?' } (R #{tag.reports.length}) (G #{tag.galleries.length}) (V #{tag.videos.length}) - if tag.children_tags.length > 0 %ul.tags - tag.children_tags.map do |tt| = render 'ish_manager/tags/item', :tag => tt, :is_panel => false
Version data entries
157 entries across 157 versions & 1 rubygems