Sha256: 032fbeb0e71e27c92e787a091784c8ea4b2f1a558271b6fa23460b1fa1e9821c
Contents?: true
Size: 942 Bytes
Versions: 24
Compression:
Stored size: 942 Bytes
Contents
-# ish_manager / tags / show - content_for :title do Tag #{@tag.name} .row .col-sm-12 %h5.center Tag = @tag.name = link_to image_edit, edit_tag_path( @tag ) .inline= button_to 'X', tag_path( @tag ), :method => :delete, :data => { :confirm => 'Are you sure?' } -# .descr= @tag.descr # I don't wanna show this every time to everyone, they know what they are here for. -# = render 'ish_manager/features/index', :features => @tag.features[0, Tag.n_features] - proc do # nothing .row .col-sm-12 = render 'ish_manager/newsitems/index', :newsitems => @tag.newsitems, :resource => @tag, :tag => @tag .row .col-sm-12 = render 'ish_manager/reports/index', :reports => @tag.reports, :n_ads => 0 .row .col-sm-12 = render 'ish_manager/galleries/index_title', :galleries => @galleries, :n_thumbs => 4 .row .col-sm-12 = render 'ish_manager/videos/index_title', :videos => @videos
Version data entries
24 entries across 24 versions & 1 rubygems