From: Toshi MARUYAMA Date: Sat, 17 Sep 2011 06:02:50 +0000 (+0000) Subject: remove trailing white-spaces from app/views/roles/edit.html.erb X-Git-Tag: 1.3.0~669 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=5a5bd902fa421a753f18fec8f23a15e9a41691d7;p=redmine.git 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 --- 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 @@ -

<%= link_to l(:label_role_plural), :controller => 'roles', :action => 'index' %> » <%=h @role.name %>

+

<%= link_to l(:label_role_plural), :controller => 'roles', :action => 'index' %> » <%=h @role.name %>

<% labelled_tabular_form_for :role, @role, :url => { :action => 'edit' }, :html => {:id => 'role_form'} do |f| %> <%= render :partial => 'form', :locals => { :f => f } %>