23 lines
412 B
Plaintext
23 lines
412 B
Plaintext
%h1 Gestion des besoins
|
|
|
|
-if @needs_to_validate.length > 0
|
|
%h2 #{pluralize(@needs_to_validate.length, 'besoin')} à contrôler
|
|
|
|
|
|
%table.table.admin_table.table-hover.table-striped
|
|
%thead.rows_header
|
|
|
|
%tr
|
|
%td
|
|
Titre
|
|
%td
|
|
Émetteur
|
|
%td
|
|
Créé
|
|
%td{:style => "width:100px"}
|
|
|
|
|
|
%tbody.rows
|
|
|
|
=render @needs_to_validate
|