From 7084a3fed9c32a4db080522ca0d1a6e157db7257 Mon Sep 17 00:00:00 2001 From: huang Date: Thu, 4 Aug 2016 14:11:24 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=BB=BApull=20request=E7=9A=84?= =?UTF-8?q?=E6=97=B6=E5=80=99JS=E6=8E=A7=E5=88=B6=E6=A0=87=E9=A2=98?= =?UTF-8?q?=E4=B8=8D=E8=83=BD=E4=B8=BA=E7=A9=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/views/pull_requests/_form.html.erb | 32 +++++++++++++++++++++++--- 1 file changed, 29 insertions(+), 3 deletions(-) diff --git a/app/views/pull_requests/_form.html.erb b/app/views/pull_requests/_form.html.erb index f6c28488e..1366ef466 100644 --- a/app/views/pull_requests/_form.html.erb +++ b/app/views/pull_requests/_form.html.erb @@ -1,7 +1,7 @@ <%= form_tag(url_for(:controller => 'pull_requests', :action => 'create', :project_id => @project.id), :id => 'pull_request_form', :method => "post", :remote => true) do %>
-
标题
- +
标题
+
描述
@@ -20,8 +20,34 @@
- 提交请求 + 提交请求 <%= link_to "返回", project_pull_requests_path(:project_id => @project.id), :class => "fr linkGrey2 mt5 mr10" %>
<% end %> + + \ No newline at end of file