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

Version Path
ish_manager-0.1.8.207 app/views/ish_manager/cities/index.haml
ish_manager-0.1.8.206 app/views/ish_manager/cities/index.haml
ish_manager-0.1.8.205 app/views/ish_manager/cities/index.haml
ish_manager-0.1.8.204 app/views/ish_manager/cities/index.haml
ish_manager-0.1.8.203 app/views/ish_manager/cities/index.haml
ish_manager-0.1.8.202 app/views/ish_manager/cities/index.haml
ish_manager-0.1.8.201 app/views/ish_manager/cities/index.haml
ish_manager-0.1.8.200 app/views/ish_manager/cities/index.haml
ish_manager-0.1.8.199 app/views/ish_manager/cities/index.haml
ish_manager-0.1.8.198 app/views/ish_manager/cities/index.haml
ish_manager-0.1.8.197 app/views/ish_manager/cities/index.haml
ish_manager-0.1.8.196 app/views/ish_manager/cities/index.haml
ish_manager-0.1.8.195 app/views/ish_manager/cities/index.haml
ish_manager-0.1.8.194 app/views/ish_manager/cities/index.haml
ish_manager-0.1.8.193 app/views/ish_manager/cities/index.haml
ish_manager-0.1.8.192 app/views/ish_manager/cities/index.haml
ish_manager-0.1.8.188 app/views/ish_manager/cities/index.haml
ish_manager-0.1.8.182 app/views/ish_manager/cities/index.haml
ish_manager-0.1.8.181 app/views/ish_manager/cities/index.haml
ish_manager-0.1.8.180 app/views/ish_manager/cities/index.haml