From 0f841abbd0cc73816f41b1b241cf1c6cc420dadc Mon Sep 17 00:00:00 2001 From: nieguanghui Date: Mon, 19 Aug 2013 20:53:19 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E6=B4=BB=E5=8A=A8=E5=88=97?= =?UTF-8?q?=E8=A1=A8=E8=AF=84=E8=AE=BA=E6=95=B0=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/views/projects/show.html.erb | 5 ++++- public/themes/redpenny-master/stylesheets/application.css | 1 - 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/app/views/projects/show.html.erb b/app/views/projects/show.html.erb index de96c1d77..e838538c6 100644 --- a/app/views/projects/show.html.erb +++ b/app/views/projects/show.html.erb @@ -21,8 +21,11 @@

<%= textilizable(e.event_description) %>

+ <%= format_activity_day(day) %> <%= format_time(e.event_datetime, false) %> - + <% if e.class == Issue %> + <%= link_to l(:label_find_all_comments), issue_path(e) %><%= l(:label_comments_count, :count => e.journals.count)%> + <% end %> diff --git a/public/themes/redpenny-master/stylesheets/application.css b/public/themes/redpenny-master/stylesheets/application.css index 6635a1119..127235fc4 100644 --- a/public/themes/redpenny-master/stylesheets/application.css +++ b/public/themes/redpenny-master/stylesheets/application.css @@ -1482,7 +1482,6 @@ a.issue-link { font-weight: bold; } div.issue-note { - width: 580px; margin-left: 30px; margin-bottom: 10px; padding-bottom: 10px;