Sha256: 3758d603ce085847350f7476d296ee1b5d4bd7a9113c1c6af66a6682852c9bd9

Contents?: true

Size: 833 Bytes

Versions: 19

Compression:

Stored size: 833 Bytes

Contents

.container
  .row
    .page-header
      %h1.title Hoods
      =# render "shared/filter"
      = link_to "New Hood", new_hood_path
  .row
    .content
      %table.table
        %thead
          %tr
            %th Nome
            %th Region
            %th Nation
            %th Population
            %th
        %tbody
          - for hood in @hoods
            %tr
              %td
                = hood.name
                = link_to hood.slug , hood
              %td= hood.city.name if hood.city
              %td= hood.city.name
              %td= hood.souls
              %td{:align => 'right'}
                = link_to 'Edit', edit_hood_path(hood)
                = link_to 'Destroy', hood, :confirm => 'Destroy hood?', :method => :delete

  .row
    .pagination= paginate @hoods
  .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/hoods/index.html.haml
geopolitical-2.0.0 app/views/geopolitical/hoods/index.html.haml
geopolitical-1.0.5 app/views/geopolitical/hoods/index.html.haml
geopolitical-1.0.3 app/views/geopolitical/hoods/index.html.haml
geopolitical-1.0.2 app/views/geopolitical/hoods/index.html.haml
geopolitical-1.0.0 app/views/geopolitical/hoods/index.html.haml
geopolitical-0.9.9 app/views/geopolitical/hoods/index.html.haml
geopolitical-0.9.7 app/views/geopolitical/hoods/index.html.haml
geopolitical-0.9.5 app/views/geopolitical/hoods/index.html.haml
geopolitical-0.9.3 app/views/geopolitical/hoods/index.html.haml
geopolitical-0.9.1 app/views/geopolitical/hoods/index.html.haml
geopolitical-0.8.8 app/views/geopolitical/hoods/index.html.haml
geopolitical-0.8.7 app/views/geopolitical/hoods/index.html.haml
geopolitical-0.8.6 app/views/geopolitical/hoods/index.html.haml
geopolitical-0.8.4 app/views/geopolitical/hoods/index.html.haml
geopolitical-0.8.3 app/views/geopolitical/hoods/index.html.haml
geopolitical-0.8.2 app/views/geopolitical/hoods/index.html.haml
geopolitical-0.8.1 app/views/geopolitical/hoods/index.html.haml
geopolitical-0.8.0 app/views/geopolitical/hoods/index.html.haml