From 5a5bd902fa421a753f18fec8f23a15e9a41691d7 Mon Sep 17 00:00:00 2001 From: Toshi MARUYAMA Date: Sat, 17 Sep 2011 06:02:50 +0000 Subject: [PATCH] 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 --- app/views/roles/edit.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 } %> -- 2.39.5