jipe_app/app/views/admin/contacts/show.html.haml
2019-04-11 17:07:52 +02:00

51 lines
629 B
Plaintext

.qi_header
.right
= link_to ic(:pencil)+" modifier / attribuer la fiche", edit_admin_contact_path(@contact), :remote => true, :class => "btn btn-warning"
%h1
=link_to "Contacts", admin_contacts_path()
%span
Détails
.qi_row
.qi_pannel.qi_plain.padding
.header
#show=render :partial => "show"
= link_to 'Ajouter une action', new_admin_contact_action_path(:contact_id => @contact.id), :class => "btn btn-success", :style => "float:right;", :remote => true
%h2 Interactions
#contact_actions
=render @contact_actions