diff options
Diffstat (limited to 'app/views/groups/new.html.erb')
-rw-r--r-- | app/views/groups/new.html.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/groups/new.html.erb b/app/views/groups/new.html.erb index a4426f2d1..f47034588 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 %> » <%= l(:label_group_new) %></h2> -<% labelled_form_for @group do |f| %> +<%= labelled_form_for @group do |f| %> <%= render :partial => 'form', :locals => { :f => f } %> <p> <%= f.submit l(:button_create) %> |