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 f47034588..2a7f0034a 100644 --- a/app/views/groups/new.html.erb +++ b/app/views/groups/new.html.erb @@ -1,4 +1,4 @@ -<h2><%= link_to l(:label_group_plural), groups_path %> » <%= l(:label_group_new) %></h2> +<%= title [l(:label_group_plural), groups_path], l(:label_group_new) %> <%= labelled_form_for @group do |f| %> <%= render :partial => 'form', :locals => { :f => f } %> |