ual_app/app/views/admin/topics/_topic.haml
2014-08-24 00:18:02 +02:00

12 lines
324 B
Plaintext

%tr.vertical_center.student_user#student_user{:id => topic.id}
%td=topic.title
%td.actions
= link_to i(:"trash-o"), [:admin, topic], :confirm => 'Voulez-vous vraiment supprimer cette ressource ?', :method => :delete, :remote => true
= link_to i(:pencil), edit_admin_topic_path(topic)