14 lines
300 B
Plaintext
14 lines
300 B
Plaintext
=@donator.particular.name
|
|
|
|
%hr
|
|
|
|
=link_to "Ajouter une transaction", new_admin_donator_transaction_path(:donator_id => @donator.id), :class => "btn btn-primary"
|
|
|
|
%table.table
|
|
%tr
|
|
%th
|
|
Id
|
|
%th
|
|
Nom transaction
|
|
%th{:style => "width:120px;"}
|
|
=render @donator.donator_transactions |