diff options
Diffstat (limited to 'app/views/roles/edit.rhtml')
-rw-r--r-- | app/views/roles/edit.rhtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/roles/edit.rhtml b/app/views/roles/edit.rhtml index df3a4f320..61fcc633a 100644 --- a/app/views/roles/edit.rhtml +++ b/app/views/roles/edit.rhtml @@ -1,4 +1,4 @@ -<h2><%= link_to l(:label_role_plural), :controller => 'roles', :action => 'index' %> » <%= @role.name %></h2> +<h2><%= link_to l(:label_role_plural), :controller => 'roles', :action => 'index' %> » <%=h @role.name %></h2> <% labelled_tabular_form_for :role, @role, :url => { :action => 'edit' }, :html => {:id => 'role_form'} do |f| %> <%= render :partial => 'form', :locals => { :f => f } %> |