From 6a2a82d30e293405d88414687c0bcddac7bff118 Mon Sep 17 00:00:00 2001 From: yanxd Date: Tue, 3 Dec 2013 15:17:06 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=A8=E8=A7=92=E5=88=86=E5=8F=B7=E6=94=B9?= =?UTF-8?q?=E4=B8=BA=E5=8D=8A=E8=A7=92.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/views/welcome/index.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/welcome/index.html.erb b/app/views/welcome/index.html.erb index 545486861..1dd7d4e6d 100644 --- a/app/views/welcome/index.html.erb +++ b/app/views/welcome/index.html.erb @@ -131,7 +131,7 @@ <% find_hot_forum_topics.each do |topic|%>
  • -      <%= link_to topic.subject.truncate(25, omission: '...'), forum_memo_path(topic.forum_id,topic.id), :class => "gray" %> +      <%= link_to topic.subject.truncate(25, omission: '...'), forum_memo_path(topic.forum_id,topic.id), :class => "gray" %> <%= link_to topic.author, user_path(topic.author), :style => "color: green;"%>