summaryrefslogtreecommitdiffstats
path: root/app/views/groups/new.html.erb
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/groups/new.html.erb')
-rw-r--r--app/views/groups/new.html.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/groups/new.html.erb b/app/views/groups/new.html.erb
index c200f5bdf..a4426f2d1 100644
--- a/app/views/groups/new.html.erb
+++ b/app/views/groups/new.html.erb
@@ -1,6 +1,6 @@
<h2><%= link_to l(:label_group_plural), groups_path %> &#187; <%= l(:label_group_new) %></h2>
-<% form_for(@group, :builder => TabularFormBuilder, :lang => current_language) do |f| %>
+<% labelled_form_for @group do |f| %>
<%= render :partial => 'form', :locals => { :f => f } %>
<p>
<%= f.submit l(:button_create) %>