12 lines
324 B
Plaintext
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)
|
|
|
|
|
|
|
|
|
|
|