diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2010-04-11 17:00:13 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2010-04-11 17:00:13 +0000 |
commit | f77e5d093a0faa0f59c219bd8a3cdd73868e3bd1 (patch) | |
tree | cfcc2a99a23030be05ca3b27ec35145cf0aba4ff | |
parent | f35921d3080ff16f365d2941f82717ddb2a57b7e (diff) | |
download | redmine-f77e5d093a0faa0f59c219bd8a3cdd73868e3bd1.tar.gz redmine-f77e5d093a0faa0f59c219bd8a3cdd73868e3bd1.zip |
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
-rw-r--r-- | app/views/issues/_edit.rhtml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/app/views/issues/_edit.rhtml b/app/views/issues/_edit.rhtml index 50a187410..0c01f80be 100644 --- a/app/views/issues/_edit.rhtml +++ b/app/views/issues/_edit.rhtml @@ -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) %> |