16 lines
472 B
Plaintext
16 lines
472 B
Plaintext
.topic_links
|
|
= link_to 'Modifier', edit_admin_topic_path(@topic), :remote => true
|
|
= link_to 'Suprimer', admin_topic_path(@topic), :remote => true, :method => :delete, :confirm => "Voulez-vous vraiment supprimer ce topic, et tout son contenu ?"
|
|
|
|
|
|
|
|
%h1.topic_title= @topic.title
|
|
%p
|
|
Lancé par
|
|
= @topic.admin.username
|
|
|
|
#notes=render @topic.notes
|
|
=link_to "Ajouter une note", new_admin_note_path(:topic_id => @topic), :remote => true, :id => "add_note"
|
|
|
|
#note_form_place
|