diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2011-09-17 06:02:50 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2011-09-17 06:02:50 +0000 |
commit | 5a5bd902fa421a753f18fec8f23a15e9a41691d7 (patch) | |
tree | ea8bb80c8fb3bbe49c72d781bbafd4a09fd214a0 /app/views/roles | |
parent | 31b8e4a819061354c56a3cb15d56b3825c4f77d6 (diff) | |
download | redmine-5a5bd902fa421a753f18fec8f23a15e9a41691d7.tar.gz redmine-5a5bd902fa421a753f18fec8f23a15e9a41691d7.zip |
remove trailing white-spaces from app/views/roles/edit.html.erb
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7299 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/views/roles')
-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 61fcc633a..64350bbf2 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), :controller => 'roles', :action => 'index' %> » <%=h @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 } %> |