From 9f9eed2e2709a5824b1b1c1b596287a024157e23 Mon Sep 17 00:00:00 2001 From: huang Date: Wed, 3 Aug 2016 16:05:29 +0800 Subject: [PATCH] =?UTF-8?q?=E9=9A=90=E8=97=8F=E7=BC=96=E8=BE=91=E5=8A=9F?= =?UTF-8?q?=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/views/pull_requests/show.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/pull_requests/show.html.erb b/app/views/pull_requests/show.html.erb index dce6bd029..2564dda77 100644 --- a/app/views/pull_requests/show.html.erb +++ b/app/views/pull_requests/show.html.erb @@ -1,7 +1,7 @@ <%= render :partial => "pull_requests/pull_request_container" %>
待处理合并请求 由<%= link_to @request.author.try(:username), user_path(get_user_by_login_and(@request.author.try(:username))), :class => "link-blue" %>于<%= time_tag(@request.created_at) %>提交 · 最后编辑时间<%= time_tag(@request.updated_at) %> - 编辑 +
<%= @request.title %>

<%= @request.description %>