ual_app/app/views/admin/contacts/show.html.haml
Nicolas Bally ec1f1ae71a contacts
2015-11-01 18:50:03 +01:00

7 lines
179 B
Plaintext

= link_to i(:pencil), edit_admin_contact_path(@contact), :remote => true
= link_to "retour", admin_contacts_path(), :class => "btn btn-primary"
#show=render :partial => "show"