Sha256: 8f41f8b3d8c418458f33daa6206f5496ecac9fc6642190212e576fe10ec18f6c

Contents?: true

Size: 589 Bytes

Versions: 1

Compression:

Stored size: 589 Bytes

Contents

%h1= @city.name

= render 'form', :url => manager_city_path

.features
  %h2
    Features (#{@city.features.length})
    = link_to '[+]', add_manager_feature_for_city_path(@city.id)
  .items
    - @city.features.each do |feature|
      .item
        = link_to '[~]', manager_city_edit_feature_path(@city.id, feature.id)
        = feature.name

= render 'features/list', :features => @features

.span-12
  %h2
    Newsitems (#{@city.newsitems.length})
    = link_to '[+]', add_manager_newsitem_for_city_path(@city.id)

  = render 'newsitems/list', :newsitems => @newsitems

.span-12.last

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
ish_lib_manager-0.0.1 app/views/ish_lib_manager/cities/edit.haml