diff --git a/app/views/pull_requests/_show.html.erb b/app/views/pull_requests/_show.html.erb index d982ffd8c..d792dc823 100644 --- a/app/views/pull_requests/_show.html.erb +++ b/app/views/pull_requests/_show.html.erb @@ -24,10 +24,11 @@ <% else %> <% if @request.state == "merged" %>
改动已合并至<%= @request.target_branch %>
+ <% else %> <%= link_to User.find(accept_user(@request.id).user_id), user_path(accept_user(@request.id).user_id), :class => "link-blue" %> 于 <%= time_tag(accept_user(@request.id).created_at) %> 前合并改动已合并至<%= @request.target_branch %>