Sha256: 16ebb276c1b1d8ba00a406179cc84bd5277113ad08a740d5a2cbccf261c80f00

Contents?: true

Size: 1.16 KB

Versions: 17

Compression:

Stored size: 1.16 KB

Contents

%h2 #{@city.name} #{link_to image_edit, edit_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

17 entries across 17 versions & 1 rubygems

Version Path
ish_manager-0.1.8.192 app/views/ish_manager/cities/_header.haml
ish_manager-0.1.8.188 app/views/ish_manager/cities/_header.haml
ish_manager-0.1.8.182 app/views/ish_manager/cities/_header.haml
ish_manager-0.1.8.181 app/views/ish_manager/cities/_header.haml
ish_manager-0.1.8.180 app/views/ish_manager/cities/_header.haml
ish_manager-0.1.8.179 app/views/ish_manager/cities/_header.haml
ish_manager-0.1.8.178 app/views/ish_manager/cities/_header.haml
ish_manager-0.1.8.177 app/views/ish_manager/cities/_header.haml
ish_manager-0.1.8.176 app/views/ish_manager/cities/_header.haml
ish_manager-0.1.8.173 app/views/ish_manager/cities/_header.haml
ish_manager-0.1.8.172 app/views/ish_manager/cities/_header.haml
ish_manager-0.1.8.171 app/views/ish_manager/cities/_header.haml
ish_manager-0.1.8.166 app/views/ish_manager/cities/_header.haml
ish_manager-0.1.8.165 app/views/ish_manager/cities/_header.haml
ish_manager-0.1.8.161 app/views/ish_manager/cities/_header.haml
ish_manager-0.1.8.162 app/views/ish_manager/cities/_header.haml
ish_manager-0.1.8.160 app/views/ish_manager/cities/_header.haml