34 lines
592 B
Plaintext
34 lines
592 B
Plaintext
.qi_header
|
|
.right= link_to 'Ajouter ', new_admin_s_organisation_path(), :class => "btn btn-primary", :remote => true
|
|
%h1
|
|
|
|
%span
|
|
|
|
|
|
|
|
.qi_row
|
|
.qi_pannel.qi_plain.padding
|
|
%table.table
|
|
%tr
|
|
%th name
|
|
%th address1
|
|
%th address2
|
|
%th address3
|
|
%th tel
|
|
%th fax
|
|
%th email
|
|
%th website
|
|
%th siret
|
|
%th siren
|
|
%th rcs
|
|
%th ape
|
|
%th capital
|
|
%th forme
|
|
%th description
|
|
%th.actions
|
|
|
|
|
|
%tbody#s_organisations_rows
|
|
=render @s_organisations
|
|
|
|
|