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