Sha256: c8c38520dc97130ea511efb5c5f9257d3794250896ef4e603af783af11c2dee8

Contents?: true

Size: 307 Bytes

Versions: 3

Compression:

Stored size: 307 Bytes

Contents

-#
-# ish_manager / maps / index.haml
-#

.maps-index
  %h1 Maps (#{@maps.length}) #{link_to '[+]', new_map_path}
  - @maps.each do |map|
    .item
      = render 'map_meta_row', map: map

  %h1 All Maps (#{@all_maps.length})
  %ul
    - @all_maps.each do |m|
      %li= link_to m.slug, edit_map_path(m.id)

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
ish_manager-0.1.8.252 app/views/ish_manager/maps/index.haml
ish_manager-0.1.8.251 app/views/ish_manager/maps/index.haml
ish_manager-0.1.8.250 app/views/ish_manager/maps/index.haml