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) %>
回答