20 lines
No EOL
431 B
Text
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 |