From 6fd970973df689127d9522ce4e99d3dae8c6e99b Mon Sep 17 00:00:00 2001 From: yanxd Date: Tue, 11 Mar 2014 11:28:11 +0800 Subject: [PATCH] ll --- app/views/forums/_show_topics.html.erb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/forums/_show_topics.html.erb b/app/views/forums/_show_topics.html.erb index 61b136ba1..3e7d4947b 100644 --- a/app/views/forums/_show_topics.html.erb +++ b/app/views/forums/_show_topics.html.erb @@ -9,11 +9,11 @@ - +
<%= link_to h(topic.subject), forum_memo_path(@forum, topic) %><%= link_to h(topic.subject), forum_memo_path(topic.forum, topic) %> - +
<%= link_to (topic.replies_count), forum_memo_path(@forum, topic) %><%= link_to (topic.replies_count), forum_memo_path(topic.forum, topic) %>
回答