Sha256: 83f81990a85a319aab07db2883981ec42611ffb4f41cebaad2657d9587268485
Contents?: true
Size: 952 Bytes
Versions: 18
Compression:
Stored size: 952 Bytes
Contents
.container .row .page-header %h1.title Nations =# render "shared/filter" = link_to "New Nation", new_nation_path .row .content %table.table %thead %tr %th Abbr %th ISO %th Name %th Postal %th Lang %th Cash %th %tbody - for nation in @nations %tr %td =# image_tag nation.flag.nano if nation.flag? = nation.abbr %td= nation.code %td = nation.name = link_to nation.slug, nation %td= nation.zip %td= truncate(nation.lang) %td= nation.cash %td.last =# link_to "Destroy!", nation_path(nation), :method => :delete = link_to "Edit", edit_nation_path(nation) .row = link_to 'Voltar', root_path
Version data entries
18 entries across 18 versions & 1 rubygems