24 lines
494 B
Plaintext
24 lines
494 B
Plaintext
.qi_header
|
|
.right= link_to 'Ajouter une adresse', new_public_particular_path(), :class => "btn btn-primary", :remote => false
|
|
%h1
|
|
=link_to ic(:user)+" Mon compte", public_my_account_path
|
|
%span
|
|
=ic(:"address-book-o")
|
|
Mes adresses
|
|
|
|
|
|
.qi_row
|
|
.qi_pannel.qi_plain.padding
|
|
|
|
|
|
|
|
%table.table
|
|
%tr
|
|
%th Adresse
|
|
%th
|
|
|
|
|
|
%tbody#particulars_rows
|
|
=render :partial => "public/particulars/particular_line", :collection => @particulars
|
|
|
|
|