62 lines
915 B
Plaintext
62 lines
915 B
Plaintext
-@read_only = true
|
|
|
|
%h1 Détail d'un réseau
|
|
%h2=@reseaux.name
|
|
|
|
|
|
%h2 Membres du réseau
|
|
|
|
%table.table.table-hover.table-striped.customer_table
|
|
%thead#customer_rows_header.rows_header
|
|
|
|
%tr
|
|
%th
|
|
Société
|
|
%th
|
|
Nom
|
|
%th
|
|
Téléphone
|
|
%th
|
|
Ville
|
|
%th
|
|
Email confirmé ?
|
|
%th
|
|
Email
|
|
|
|
|
|
|
|
%th{:style => "width:100px;text-align:right;"}
|
|
|
|
|
|
|
|
|
|
|
|
%tbody#customer_rows.rows
|
|
|
|
=render @reseaux.customers
|
|
|
|
%h2 Besoins
|
|
|
|
%table.table.admin_table.table-hover.table-striped
|
|
%thead.rows_header
|
|
|
|
%tr
|
|
%th
|
|
Titre
|
|
%th
|
|
Image?
|
|
%th
|
|
Catégorie
|
|
|
|
%th{style: 'text-align:center' }
|
|
Commentaires/Intérêts
|
|
%th{style: 'text-align:center' }
|
|
Propositions
|
|
%th
|
|
Statut
|
|
%th{:style => "width:200px"}
|
|
|
|
|
|
%tbody.rows
|
|
|
|
=render @reseaux.needs |