##// END OF EJS Templates
remove trailing white-spaces from app/views/roles/edit.html.erb...
Toshi MARUYAMA -
r7179:5a5bd902fa42
parent child
Show More
@@ -1,4 +1,4
1 <h2><%= link_to l(:label_role_plural), :controller => 'roles', :action => 'index' %> &#187; <%=h @role.name %></h2>
1 <h2><%= link_to l(:label_role_plural), :controller => 'roles', :action => 'index' %> &#187; <%=h @role.name %></h2>
2 2
3 3 <% labelled_tabular_form_for :role, @role, :url => { :action => 'edit' }, :html => {:id => 'role_form'} do |f| %>
4 4 <%= render :partial => 'form', :locals => { :f => f } %>
General Comments 0
You need to be logged in to leave comments. Login now