pic_vert_app/app/views/forum/forums/show.html.haml
2013-01-31 19:41:11 +01:00

16 lines
329 B
Plaintext

=link_to "ajouter une catégorie", new_forum_forum_category_path(:forum_id => @forum.id), :class => "button", :style => "margin:1em 0em;float:right" if moderator?
%h1=@forum.title
.description
=markdown @forum.description
%table
%tr
%th Titre
%th Topics
-if moderator?
%th Actions
=render @forum.forum_categories