Sha256: 6b6fe14643d976177b66b61b656cb9772e8be649023997c244def60d7dd47355
Contents?: true
Size: 621 Bytes
Versions: 24
Compression:
Stored size: 621 Bytes
Contents
- per_row = 2 .sites-index %h3 Sites = link_to raw('<i class="fa fa-plus-square"></i>'), new_site_path .row - @site_groups.each_with_index do |sites, index| .col-xs-12{ :class => "col-sm-#{12/per_row}" } .panel.panel-primary .panel-body - sites.each do |site| %h5 = link_to "#{site.domain}/#{site.lang}", site_path( site ) = link_to edit_img, edit_site_path( site ) (R#{site.reports.count}) (G#{site.galleries.count}) (V#{site.videos.count}) - if (index + 1 ) % per_row == 0 .clearfix
Version data entries
24 entries across 24 versions & 1 rubygems