diff --git a/app/views/pull_requests/_form.html.erb b/app/views/pull_requests/_form.html.erb index 73613a97b..83518bcf7 100644 --- a/app/views/pull_requests/_form.html.erb +++ b/app/views/pull_requests/_form.html.erb @@ -1,5 +1,4 @@ -<% format_tag() do || %> -<% end %> +
标题

标题以[WIP]WIP开头:以防还在进程中的合并请求在它完成之前被合并

diff --git a/app/views/pull_requests/index.html.erb b/app/views/pull_requests/index.html.erb index c807f758b..d81308f19 100644 --- a/app/views/pull_requests/index.html.erb +++ b/app/views/pull_requests/index.html.erb @@ -1,4 +1,4 @@ -<%= render "pull_request_container" %> +<%= render :partial => "pull_requests/pull_request_container" %>
- +<%= render :partial => "pull_requests/form" %>