Sha256: f23926534b4a2c1b47b5198943ddd3cf25c1078e41fd1ca5170805b9266453ee

Contents?: true

Size: 896 Bytes

Versions: 8

Compression:

Stored size: 896 Bytes

Contents

-## tags/show

- content_for :title do
  Topic #{@tag.name}
  
.row
  .large-12.columns
    %h5.center
      Tag
      = @tag.name
      = link_to image_edit, edit_tag_path( @tag )
      -# = link_to_delete( @tag )
      .inline= button_to 'X', tag_path( @tag ), :method => :delete, :data => { :confirm => 'Are you sure?' } 
    -# = render 'ads/leaderboard'
    -# .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]
      
.row
  .col-sm-6
    = render 'ish_manager/reports/index', :reports => @tag.reports, :n_ads => 0
    
  .col-sm-6
    = render 'ish_manager/galleries/index_title', :galleries => @galleries, :n_thumbs => 4
    
.row
  .col-sm-6
    = render 'ish_manager/videos/index_title', :videos => @videos
  .col-sm-6
    %h5 Here, nothing yet

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
ish_manager-0.1.8.119 app/views/ish_manager/tags/show.haml
ish_manager-0.1.8.118 app/views/ish_manager/tags/show.haml
ish_manager-0.1.8.117 app/views/ish_manager/tags/show.haml
ish_manager-0.1.8.116 app/views/ish_manager/tags/show.haml
ish_manager-0.1.8.115 app/views/ish_manager/tags/show.haml
ish_manager-0.1.8.114 app/views/ish_manager/tags/show.haml
ish_manager-0.1.8.113 app/views/ish_manager/tags/show.haml
ish_manager-0.1.8.112 app/views/ish_manager/tags/show.haml