From 72801ec716c9b54ca82b45a9c12fa6145ab632e9 Mon Sep 17 00:00:00 2001 From: nieguanghui Date: Thu, 15 Aug 2013 10:18:05 +0800 Subject: [PATCH] =?UTF-8?q?=E9=97=AE=E9=A2=98=E5=88=97=E8=A1=A8=E6=98=BE?= =?UTF-8?q?=E7=A4=BA=E6=9B=B4=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/views/issues/_list.html.erb | 2 +- app/views/welcome/index.html.erb | 2 +- public/themes/redpenny-master/stylesheets/application.css | 4 ++++ 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/app/views/issues/_list.html.erb b/app/views/issues/_list.html.erb index 553043802..47a45a03c 100644 --- a/app/views/issues/_list.html.erb +++ b/app/views/issues/_list.html.erb @@ -94,7 +94,7 @@ <%= link_to issue.author.name, user_path(issue.author), :class => "bid_user_u" %><%= l(:label_post_on)%> <% a = [] %> <% a << column_content[1] %> <% a << "##{column_content[0]}" << "(#{raw column_content[2]}):" << column_content[4] %> - <%= link_to a.join(' '), issue_path(issue) %> + <%= link_to a.join(' '), issue_path(issue), :class => "issue-link" %>