Sha256: 5f758b787b2139f2c714be5938262f33e4a2c352b21b6558990fbb5236a1bfc5
Contents?: true
Size: 771 Bytes
Versions: 47
Compression:
Stored size: 771 Bytes
Contents
-# ish_manager / tags / show - content_for :title do Tag #{@tag.name} .row .col.s12 = render 'meta', tag: @tag .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], resource: @tag - proc do # nothing .row .col.s12 = render 'ish_manager/newsitems/index', :newsitems => @tag.newsitems, :resource => @tag, :tag => @tag .row .col.s12 = render 'ish_manager/reports/index', :reports => @tag.reports, :n_ads => 0 .row .col.s12 = render 'ish_manager/galleries/index_title', :galleries => @galleries, :n_thumbs => 4 .row .col.s12 = render 'ish_manager/videos/index_title', :videos => @videos
Version data entries
47 entries across 47 versions & 1 rubygems