Sha256: c02bf8e3dbd1bcf697e469a1725b09ca889f00840b4214592e747c4f02f2fa20
Contents?: true
Size: 511 Bytes
Versions: 15
Compression:
Stored size: 511 Bytes
Contents
%li %div = 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
15 entries across 15 versions & 1 rubygems