Sha256: 961c6430d4b22c0e6bd5f0a710306a4518704e80c077a927014f8b5e27a3d3b9
Contents?: true
Size: 780 Bytes
Versions: 59
Compression:
Stored size: 780 Bytes
Contents
- per_row = 2 .sites-index %h3 Sites = link_to raw('<i class="fa fa-plus-square"></i>'), new_site_path .row - counter = 0 - @site_groups.each do |domain, sites| - counter +=1 .col.s12{ :class => "col.s#{12/per_row}" } .panel.panel-primary .panel-body - sites.each_with_index do |site, idx| %h5 = link_to "#{site.domain}/#{site.lang}", site_path( site ) = link_to edit_img, edit_site_path( site ) %h5= site.title .a= site.subhead (R#{site.reports.count}) (G#{site.galleries.count}) (V#{site.videos.count}) - if idx+1 != sites.length %hr - if counter % per_row == 0 .clearfix
Version data entries
59 entries across 59 versions & 1 rubygems