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
This commit is contained in:
parent
31b8e4a819
commit
5a5bd902fa
@ -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 } %>
|
||||
|
Loading…
x
Reference in New Issue
Block a user