Merge issue and time entry validation error messages.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@3665 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
f35921d308
commit
f77e5d093a
|
@ -4,8 +4,7 @@
|
|||
:class => nil,
|
||||
:method => :put,
|
||||
:multipart => true} do |f| %>
|
||||
<%= error_messages_for 'issue' %>
|
||||
<%= error_messages_for 'time_entry' %>
|
||||
<%= error_messages_for 'issue', 'time_entry' %>
|
||||
<div class="box">
|
||||
<% if @edit_allowed || !@allowed_statuses.empty? %>
|
||||
<fieldset class="tabular"><legend><%= l(:label_change_properties) %>
|
||||
|
|
Loading…
Reference in New Issue