pic_vert_app/app/views/topics/_show.html.haml
2013-01-08 22:47:42 +01:00

16 lines
454 B
Plaintext

.topic_links
= link_to 'Modifier', edit_topic_path(@topic), :remote => true
= link_to 'Suprimer', 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_note_path(:topic_id => @topic), :remote => true, :id => "add_note"
#note_form_place