From c5ab8550ff7024d81c2c0224575aa557d47592a4 Mon Sep 17 00:00:00 2001 From: daiao <358551898@qq.com> Date: Thu, 10 Nov 2016 09:12:07 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A1=B9=E7=9B=AE=E9=87=8C=E7=A8=8B=E7=A2=91?= =?UTF-8?q?=EF=BC=8C=E9=85=8D=E7=BD=AE=E7=9A=84=E9=87=8C=E7=A8=8B=E7=A2=91?= =?UTF-8?q?=E7=82=B9=E5=87=BB=E7=BC=96=E8=BE=91=E5=BC=B9=E6=A1=86=E6=97=B6?= =?UTF-8?q?=E9=97=B4=E6=A0=B7=E5=BC=8F=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/views/projects/settings/_new_versions_form.html.erb | 4 +++- app/views/versions/_edit.html.erb | 4 +++- app/views/versions/_new_milestone.html.erb | 4 +++- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/app/views/projects/settings/_new_versions_form.html.erb b/app/views/projects/settings/_new_versions_form.html.erb index cc61b1993..5d9243eea 100644 --- a/app/views/projects/settings/_new_versions_form.html.erb +++ b/app/views/projects/settings/_new_versions_form.html.erb @@ -12,8 +12,10 @@
  • - <%= f.text_field :effective_date, :size => 10, :readonly => true, :class=>"issues_calendar_input fl", :placeholder=>"结束日期", :style=>"height:28px;", :id => "setting_version_effective_date" %> +
  • diff --git a/app/views/versions/_edit.html.erb b/app/views/versions/_edit.html.erb index f9ce5a8b1..e38041efe 100644 --- a/app/views/versions/_edit.html.erb +++ b/app/views/versions/_edit.html.erb @@ -22,10 +22,12 @@
  • - <%= f.text_field :effective_date, :size => 10, :readonly => true,:class=>"issues_calendar_input fl", :id => "version_effective_date2", :placeholder=>"结束日期", :style=>"height:28px;", :no_label => true %> +
  • diff --git a/app/views/versions/_new_milestone.html.erb b/app/views/versions/_new_milestone.html.erb index b0b6208d0..47c1d2b39 100644 --- a/app/views/versions/_new_milestone.html.erb +++ b/app/views/versions/_new_milestone.html.erb @@ -22,8 +22,10 @@
  • - <%= f.text_field :effective_date, :size => 10, :readonly => true, :class => "issues_calendar_input fl ml3", :id => "version_index_create_name", :placeholder=>"结束日期", :style=>"height:28px;", :no_label => true %> +