##// END OF EJS Templates
Fixed: error messages displayed twice when creating a group (#4715)....
Jean-Philippe Lang -
r3261:695bffe68468
parent child
Show More
@@ -1,7 +1,5
1 1 <h2><%= link_to l(:label_group_plural), groups_path %> &#187; <%= l(:label_group_new) %></h2>
2 2
3 <%= error_messages_for :group %>
4
5 3 <% form_for(@group, :builder => TabularFormBuilder, :lang => current_language) do |f| %>
6 4 <%= render :partial => 'form', :locals => { :f => f } %>
7 5 <p><%= f.submit l(:button_create) %></p>
General Comments 0
You need to be logged in to leave comments. Login now