diff --git a/app/views/forums/_forum_list.html.erb b/app/views/forums/_forum_list.html.erb index 874dc355f..6a85be4eb 100644 --- a/app/views/forums/_forum_list.html.erb +++ b/app/views/forums/_forum_list.html.erb @@ -4,23 +4,54 @@ <% forums.each do |forum| %>
- <%= link_to h(forum.name), forum_path(forum) %> |
<%= textAreailizable forum.description%> |
<%= authoring forum.created_at, forum.creator %> |
+ + <%= link_to h(forum.name), forum_path(forum) %> + + |
+
+ + <%= textAreailizable forum.description%> + + |
+
+ + <%= authoring forum.created_at, forum.creator %> + + |
+
<%= link_to (forum.memo_count), forum_path(forum) %> | <%= link_to (forum.topic_count), forum_path(forum) %> |
回答 | 帖子 |
+ <%= link_to (forum.memo_count), forum_path(forum) %> + | ++ <%= link_to (forum.topic_count), forum_path(forum) %> + | +
回答 | +帖子 | +