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,
|
:class => nil,
|
||||||
:method => :put,
|
:method => :put,
|
||||||
:multipart => true} do |f| %>
|
:multipart => true} do |f| %>
|
||||||
<%= error_messages_for 'issue' %>
|
<%= error_messages_for 'issue', 'time_entry' %>
|
||||||
<%= error_messages_for 'time_entry' %>
|
|
||||||
<div class="box">
|
<div class="box">
|
||||||
<% if @edit_allowed || !@allowed_statuses.empty? %>
|
<% if @edit_allowed || !@allowed_statuses.empty? %>
|
||||||
<fieldset class="tabular"><legend><%= l(:label_change_properties) %>
|
<fieldset class="tabular"><legend><%= l(:label_change_properties) %>
|
||||||
|
|
Loading…
Reference in New Issue