33 lines
534 B
Plaintext
33 lines
534 B
Plaintext
.right
|
|
= link_to "retour", admin_contacts_path(), :class => "btn btn-primary"
|
|
= link_to ic(:pencil)+" modifier / attribuer la fiche", edit_admin_contact_path(@contact), :remote => true, :class => "btn btn-warning"
|
|
%br
|
|
%br
|
|
#show=render :partial => "show"
|
|
|
|
|
|
|
|
= link_to 'Ajouter une action', new_admin_contact_action_path(:contact_id => @contact.id, :test => "test"), :class => "btn btn-success", :style => "float:right;", :remote => true
|
|
|
|
|
|
%h2 Interactions
|
|
|
|
|
|
#contact_actions
|
|
=render @contact_actions
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|