ual_app/app/views/admin/contacts/show.html.haml
Nicolas Bally 1b86493950 contacts
2016-10-07 13:51:18 +02:00

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