mirror of
https://github.com/redmine/redmine.git
synced 2026-01-31 03:40:24 +01:00
Merged r14973 (#21219).
git-svn-id: http://svn.redmine.org/redmine/branches/3.1-stable@14979 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -49,14 +49,14 @@
|
||||
<% if @issue.safe_attribute? 'start_date' %>
|
||||
<p id="start_date_area">
|
||||
<%= f.text_field(:start_date, :size => 10, :required => @issue.required_attribute?('start_date')) %>
|
||||
<%= calendar_for('issue_start_date') if @issue.leaf? %>
|
||||
<%= calendar_for('issue_start_date') %>
|
||||
</p>
|
||||
<% end %>
|
||||
|
||||
<% if @issue.safe_attribute? 'due_date' %>
|
||||
<p id="due_date_area">
|
||||
<%= f.text_field(:due_date, :size => 10, :required => @issue.required_attribute?('due_date')) %>
|
||||
<%= calendar_for('issue_due_date') if @issue.leaf? %>
|
||||
<%= calendar_for('issue_due_date') %>
|
||||
</p>
|
||||
<% end %>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user