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