Sha256: 2dac673111cd24f2c8e3aaff92b494f9b7e16ee0c139976f3565ecae392cd07f
Contents?: true
Size: 642 Bytes
Versions: 29
Compression:
Stored size: 642 Bytes
Contents
.container .row .col-xs-12 = render 'header' - @cities.each do |city| .col-xs-3 .panel.panel-default .panel-heading = link_to city.name, city_path(city) = link_to '[~]', edit_city_path(city) .small.gray= city.id .cities-meta= "(#{city.reports.length}) (#{city.galleries.length}) (#{city.current_users.length})" - if city.profile_photo.blank? = image_missing %div{ :style => "width: 100px; height: 100px; background: #cecece;" } - else = image_tag city.profile_photo.photo.url(:thumb)
Version data entries
29 entries across 29 versions & 1 rubygems