From d2a77b3d4130a5704a3d23dff178c0110bca9f71 Mon Sep 17 00:00:00 2001
From: huang
Date: Sat, 11 Apr 2015 15:34:59 +0800
Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0issues=E5=9B=9E=E5=A4=8D?=
=?UTF-8?q?=E7=BB=9F=E8=AE=A1?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
app/views/issues/_list.html.erb | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/app/views/issues/_list.html.erb b/app/views/issues/_list.html.erb
index a336468dd..889a37cbd 100644
--- a/app/views/issues/_list.html.erb
+++ b/app/views/issues/_list.html.erb
@@ -21,7 +21,8 @@
<%= l(:label_updated_time_on, format_date(issue.updated_on)).html_safe %>
- 001
+ <%=link_to "#{issue.journals.all.count}".html_safe, issue_path(issue.id), :class => "pro_mes_w" %>
+
<% end %>