demarches-normaliennes/app/views/demo/index.html.haml
2015-11-30 10:59:56 +01:00

20 lines
No EOL
431 B
Text

%table.table
%tr
%th{colspan: 4}
%h4 Lien vers les procédures TPS
%tr
%th ID
%th Titre
%th Description
%th Organisation
- @procedures.each do |procedure|
%tr
%td
= procedure.id
%td.col-md-4.col-lg-4
= link_to procedure.libelle, "/users/procedure/#{procedure.id}"
%td
= procedure.description
%td.col-md-3.col-lg-3
= procedure.organisation