From 5e9c27b63d4f1f4b3cf4a165fd8cf08f2c549569 Mon Sep 17 00:00:00 2001 From: huang Date: Tue, 2 Aug 2016 16:38:56 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=A3=E7=A0=81=E5=B0=81=E8=A3=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/views/pull_requests/_form.html.erb | 3 +-- app/views/pull_requests/index.html.erb | 2 +- app/views/pull_requests/new.html.erb | 2 +- 3 files changed, 3 insertions(+), 4 deletions(-) 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" %>