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