Sha256: 470c5fa8242fec8e412747cd04c2d7f5ac8bf587c68aaea398e204e119fccb0e

Contents?: true

Size: 1.2 KB

Versions: 19

Compression:

Stored size: 1.2 KB

Contents

%h2 
  #{@city.name} #{link_to image_edit, edit_city_path(@city)}
  = link_to 'API', api_city_path(@city)
%ul
  %li <#{@city.x}, #{@city.y}>
  %li Cityname: <em>#{@city.cityname}</em>
  - unless @city.profile_photo.blank?
    %li Thumb: #{image_tag @city.profile_photo.photo.url(:thumb)}

%ul.menu
  %li
    = link_to image_new, new_city_feature_path( @city )
    Features (#{@city.features.length})
  %li
    = link_to image_new, new_city_newsitem_path( @city )
    Newsitems (#{@city.newsitems.length})
  %li
    = link_to image_new, new_city_report_path( @city )
    Reports (#{@city.reports.count})
  %li
    = link_to image_new, new_city_gallery_path( @city )
    Galleries (#{@city.galleries.count})
  %li
    = link_to image_new, new_city_video_path( @city )
    Videos (#{@city.videos.count})
  %li
    = link_to image_new, new_city_venue_path( @city )
    = link_to 'Venues', venues_path( :city_id => @city.id )
    (#{@city.venues.count})
  %li
    = link_to image_new, new_city_event_path( @city )
    = link_to 'Events', city_events_path( @city )
    (#{@city.events.count})
  %li
    = link_to image_new, new_city_tag_path( @city )
    = link_to 'Tags', city_tags_path( @city )
    (#{@city.tags.count})
%hr

Version data entries

19 entries across 19 versions & 1 rubygems

Version Path
ish_manager-0.1.8.211 app/views/ish_manager/cities/_header.haml
ish_manager-0.1.8.210 app/views/ish_manager/cities/_header.haml
ish_manager-0.1.8.209 app/views/ish_manager/cities/_header.haml
ish_manager-0.1.8.208 app/views/ish_manager/cities/_header.haml
ish_manager-0.1.8.207 app/views/ish_manager/cities/_header.haml
ish_manager-0.1.8.206 app/views/ish_manager/cities/_header.haml
ish_manager-0.1.8.205 app/views/ish_manager/cities/_header.haml
ish_manager-0.1.8.204 app/views/ish_manager/cities/_header.haml
ish_manager-0.1.8.203 app/views/ish_manager/cities/_header.haml
ish_manager-0.1.8.202 app/views/ish_manager/cities/_header.haml
ish_manager-0.1.8.201 app/views/ish_manager/cities/_header.haml
ish_manager-0.1.8.200 app/views/ish_manager/cities/_header.haml
ish_manager-0.1.8.199 app/views/ish_manager/cities/_header.haml
ish_manager-0.1.8.198 app/views/ish_manager/cities/_header.haml
ish_manager-0.1.8.197 app/views/ish_manager/cities/_header.haml
ish_manager-0.1.8.196 app/views/ish_manager/cities/_header.haml
ish_manager-0.1.8.195 app/views/ish_manager/cities/_header.haml
ish_manager-0.1.8.194 app/views/ish_manager/cities/_header.haml
ish_manager-0.1.8.193 app/views/ish_manager/cities/_header.haml