Sha256: 1052629a926d421af0c72aa7c1bc589ce3ee187344d952a7de2b669e1c4c03ec

Contents?: true

Size: 802 Bytes

Versions: 19

Compression:

Stored size: 802 Bytes

Contents

.container
  .row
    .page-header
      %h1.title Regions
      =# render "shared/filter"
      = link_to "New Regions", new_region_path
  .row
    .content
      %table.table
        %thead
          %tr
            %th Abbr
            %th Name
            %th Country
            %th Cities
            %th
        %tbody
          - for region in @regions
            %tr
              %td
                = region.abbr
              %td
                = region.name
                = link_to region.slug, region
              %td= region.nation.try(:name)
              %td= region.cities.count
              %td.last
                =# link_to "Destroy!", nation_path(nation), :method => :delete
                = link_to  'Edit', edit_region_path(region)
  .row
    = link_to 'Back', root_path

Version data entries

19 entries across 19 versions & 1 rubygems

Version Path
geopolitical-3.0.0 app/views/geopolitical/regions/index.html.haml
geopolitical-2.0.0 app/views/geopolitical/regions/index.html.haml
geopolitical-1.0.5 app/views/geopolitical/regions/index.html.haml
geopolitical-1.0.3 app/views/geopolitical/regions/index.html.haml
geopolitical-1.0.2 app/views/geopolitical/regions/index.html.haml
geopolitical-1.0.0 app/views/geopolitical/regions/index.html.haml
geopolitical-0.9.9 app/views/geopolitical/regions/index.html.haml
geopolitical-0.9.7 app/views/geopolitical/regions/index.html.haml
geopolitical-0.9.5 app/views/geopolitical/regions/index.html.haml
geopolitical-0.9.3 app/views/geopolitical/regions/index.html.haml
geopolitical-0.9.1 app/views/geopolitical/regions/index.html.haml
geopolitical-0.8.8 app/views/geopolitical/regions/index.html.haml
geopolitical-0.8.7 app/views/geopolitical/regions/index.html.haml
geopolitical-0.8.6 app/views/geopolitical/regions/index.html.haml
geopolitical-0.8.4 app/views/geopolitical/regions/index.html.haml
geopolitical-0.8.3 app/views/geopolitical/regions/index.html.haml
geopolitical-0.8.2 app/views/geopolitical/regions/index.html.haml
geopolitical-0.8.1 app/views/geopolitical/regions/index.html.haml
geopolitical-0.8.0 app/views/geopolitical/regions/index.html.haml