From b34129e8128c3050c0fe1bc184bfe88f3f3bc5ff Mon Sep 17 00:00:00 2001 From: huang Date: Mon, 19 Dec 2016 15:48:33 +0800 Subject: [PATCH] =?UTF-8?q?commit=20=E5=8E=86=E5=8F=B2=E5=8F=98=E6=9B=B4?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2commit=20id=E9=A2=9C=E8=89=B2=20=E8=93=9D?= =?UTF-8?q?=E8=89=B2->=E6=B5=85=E7=81=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/views/repositories/_commit_details.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/repositories/_commit_details.html.erb b/app/views/repositories/_commit_details.html.erb index 420cac846..a0ef37ce2 100644 --- a/app/views/repositories/_commit_details.html.erb +++ b/app/views/repositories/_commit_details.html.erb @@ -13,6 +13,6 @@ <% end %> <% if params[:action] == "commit_diff" %> -
Commit<%= changeset.id %>
+
Commit<%= changeset.id %>
<% end %> \ No newline at end of file