From 99fa39371d21c56111df751fc1cda8750cf00174 Mon Sep 17 00:00:00 2001 From: huang Date: Thu, 4 Aug 2016 15:36:02 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8E=A5=E5=8F=97=E8=AF=B7=E6=B1=82ajax?= =?UTF-8?q?=E5=88=B7=E6=96=B0?= 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 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 %>