diff --git a/app/views/forums/_forum_list.html.erb b/app/views/forums/_forum_list.html.erb index 6a85be4eb..fe2f757c3 100644 --- a/app/views/forums/_forum_list.html.erb +++ b/app/views/forums/_forum_list.html.erb @@ -7,23 +7,23 @@ <%= forum.creator.nil? ? (link_to image_tag(url_to_avatar(forum.creator), :class => "avatar")) : (link_to image_tag(url_to_avatar(forum.creator), :class => "avatar"), user_path(forum.creator)) %>
+ |
<%= link_to h(forum.name), forum_path(forum) %> |
- + |
+ <%= textAreailizable forum.description%> |
+ |
<%= authoring forum.created_at, forum.creator %> |