Browse Source

Fixed: error messages displayed twice when creating a group (#4715).

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@3375 e93f8b46-1217-0410-a6f0-8f06a7374b81
tags/1.0.0
Jean-Philippe Lang 14 years ago
parent
commit
695bffe684
1 changed files with 0 additions and 2 deletions
  1. 0
    2
      app/views/groups/new.html.erb

+ 0
- 2
app/views/groups/new.html.erb View File

@@ -1,7 +1,5 @@
<h2><%= link_to l(:label_group_plural), groups_path %> &#187; <%= l(:label_group_new) %></h2>

<%= error_messages_for :group %>

<% form_for(@group, :builder => TabularFormBuilder, :lang => current_language) do |f| %>
<%= render :partial => 'form', :locals => { :f => f } %>
<p><%= f.submit l(:button_create) %></p>

Loading…
Cancel
Save