From 188c056e95f18d85e7103d521665d599603dd6a2 Mon Sep 17 00:00:00 2001 From: ouyangxuhua Date: Sat, 1 Aug 2015 17:42:58 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E9=97=AE=E9=A2=98=E8=B7=9F=E8=B8=AA?= =?UTF-8?q?=E7=9A=84=E9=97=AE=E9=A2=98=EF=BC=8C=E6=94=B9=E4=B8=BA=E9=97=AE?= =?UTF-8?q?=E9=A2=98=E7=9A=84id?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/views/issues/show.html.erb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/issues/show.html.erb b/app/views/issues/show.html.erb index 8c12d62e0..713fc84d2 100644 --- a/app/views/issues/show.html.erb +++ b/app/views/issues/show.html.erb @@ -6,7 +6,7 @@
<%= link_to "#{@issue.project.name}"+">", project_issues_path(@issue.project) %> - <%= "#" + @issue.project_index %> + <%= "#" + @issue.id.to_s %>
@@ -15,7 +15,7 @@

- <%= @issue.subject %> + <%= @issue.id %> <%= get_issue_priority(@issue.priority_id)[1] %>


From d1418f1bbe96f9adeef47ed13af8308f94c7ac10 Mon Sep 17 00:00:00 2001 From: ouyangxuhua Date: Sat, 1 Aug 2015 17:45:40 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E4=B8=BB=E9=A2=98--id?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/views/issues/show.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/issues/show.html.erb b/app/views/issues/show.html.erb index 713fc84d2..01cbea1c1 100644 --- a/app/views/issues/show.html.erb +++ b/app/views/issues/show.html.erb @@ -15,7 +15,7 @@

- <%= @issue.id %> + <%= @issue.subject %> <%= get_issue_priority(@issue.priority_id)[1] %>