32 lines
793 B
Plaintext
32 lines
793 B
Plaintext
.blog_sidebar_top.forum_sidebar
|
|
.blog_sidebar.right
|
|
|
|
=render :partial => "forum/forum_topics/sidebar"
|
|
|
|
.blog_content
|
|
.inner{:style => "width:100%;float:left;"}
|
|
|
|
.article_content
|
|
=render :partial => "forum/forum_topics/breadcrumb"
|
|
.padding{:style => "padding:20px;"}
|
|
|
|
.forum_topics.topic_header
|
|
|
|
=render @topic
|
|
|
|
|
|
|
|
%br
|
|
|
|
.topic_forum_messages=render @topic.forum_messages.order("created_at ASC")
|
|
|
|
%br
|
|
%br
|
|
%center
|
|
=link_to "ajouter un message", new_forum_forum_message_path(:topic_id => @topic.id), :class => "btn btn-primary", :style => "margin:1em 0em;", :remote => true
|
|
|
|
%br
|
|
%br
|
|
|
|
#new_forum_message_form
|
|
|