diff options
Diffstat (limited to 'app/views/roles/edit.html.erb')
-rw-r--r-- | app/views/roles/edit.html.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/roles/edit.html.erb b/app/views/roles/edit.html.erb index 7caca3002..dc52202b5 100644 --- a/app/views/roles/edit.html.erb +++ b/app/views/roles/edit.html.erb @@ -1,4 +1,4 @@ -<h2><%= link_to l(:label_role_plural), roles_path %> » <%=h @role.name %></h2> +<%= title [l(:label_role_plural), roles_path], @role.name %> <%= labelled_form_for @role do |f| %> <%= render :partial => 'form', :locals => { :f => f } %> |