diff --git a/app/views/pull_requests/_show.html.erb b/app/views/pull_requests/_show.html.erb index dfe187aae..b3d6dd314 100644 --- a/app/views/pull_requests/_show.html.erb +++ b/app/views/pull_requests/_show.html.erb @@ -20,7 +20,7 @@ Hjqreturn于两小时前合并

改动已合并至<%= @request.target_branch %>

<% else %> - <%= link_to "接受请求", accept_pull_request_project_pull_request_path(@request.id, :project_id => @project.id), :class => "BlueCirBtn" %> + <%= link_to "接受请求", accept_pull_request_project_pull_request_path(@request.id, :project_id => @project.id), :class => "BlueCirBtn", :remote => true %> <% end %>