##// END OF EJS Templates
remove trailing white-spaces from app/views/roles/index.html.erb....
Toshi MARUYAMA -
r6226:0c48e2814df0
parent child
Show More
@@ -21,7 +21,7
21 </td>
21 </td>
22 <td class="buttons">
22 <td class="buttons">
23 <%= link_to(l(:button_delete), { :action => 'destroy', :id => role },
23 <%= link_to(l(:button_delete), { :action => 'destroy', :id => role },
24 :method => :post,
24 :method => :post,
25 :confirm => l(:text_are_you_sure),
25 :confirm => l(:text_are_you_sure),
26 :class => 'icon icon-del') unless role.builtin? %>
26 :class => 'icon icon-del') unless role.builtin? %>
27 </td>
27 </td>
General Comments 0
You need to be logged in to leave comments. Login now