Sha256: d1ef661a96e96f68eaaee42bf4f1169c3e35786789fbe6e2f8fa8f94b97ea936
Contents?: true
Size: 677 Bytes
Versions: 52
Compression:
Stored size: 677 Bytes
Contents
.container .row .col-xs-12 %h1 Cities = link_to '[+]', new_city_path - @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) .cities-meta= "R(#{city.reports.length}) G(#{city.galleries.length}) V(#{city.videos.length}) U(#{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
52 entries across 52 versions & 1 rubygems