Sha256: 98802f03a117da774fa1eb3ded651a11f92620c5f1bd67b658e289b05a8ea5a9

Contents?: true

Size: 517 Bytes

Versions: 1

Compression:

Stored size: 517 Bytes

Contents

%table{:class => :table}
  %thead
    %tr
      %th Nome
      %th Sigla
      %th{:colspan => 2} Pais
  %tbody
    - for province in @provinces
      %tr{:class => cycle('par','impar')}
        %td=h province.name
        %td=h province.abbr
        %td=h province.country.name
        %td{:align => 'right'}
          = link_to image_tag('icons/edit.png', :title => 'Editar', :border => 0), edit_province_path(province)

        //%td= link_to 'Destroy', province, :confirm => 'Are you sure?', :method => :delete


Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
geopolitical-0.0.1 app/views/geopolitical/provinces/index.html.haml