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 %>