16 lines
533 B
Plaintext
16 lines
533 B
Plaintext
=link_to "Lancer un fil de discussion", new_forum_forum_topic_path, :class => "btn btn-primary", :style => "margin:1em 0em;float:right"
|
|
|
|
|
|
%table.table.table-striped.table-hover
|
|
%tr.transparent
|
|
%th Fil de discussion
|
|
%th{:style => "width:150px;"} Catégorie
|
|
%th Réponses
|
|
%th Lancé
|
|
%th Activité
|
|
-if moderator?
|
|
%th{:style => "width:50px;"}
|
|
=render @forum_topics
|
|
|
|
|
|
=link_to "Lancer un fil de discussion", new_forum_forum_topic_path, :class => "btn btn-primary", :style => "margin:1em 0em;float:right" |