setting中新建里程碑bug

This commit is contained in:
huang 2016-10-26 16:01:20 +08:00
parent f22b9eb35b
commit c76b0d75f8
1 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@
<li class="mb10 clear">
<label class=" fl">&nbsp;<%= l(:milestone_date_closed) %>&nbsp;&nbsp;:&nbsp;</label>
<%= f.text_field :effective_date, :size => 10, :readonly => true, :class=>"issues_calendar_input fl", :placeholder=>"结束日期", :style=>"height:28px;", :id => "setting_version_effective_date" %>
<%= calendar_for('version_effective_date') %>
<%= calendar_for('setting_version_effective_date') %>
</li>
<li class="mb10 clear">
<label class="fl">&nbsp;<%= l(:field_status) %>&nbsp;&nbsp;:&nbsp;</label>
@ -44,7 +44,7 @@
</tr>
</thead>
<tbody>
<% @versions.each do |version| %>
<% @project.shared_versions.each do |version| %>
<tr>
<th>
<a><%= 'shared' if version.project != @project %> <%= link_to_version version %></a>