replace tabs to spaces at app/views/roles/index.html.erb
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7392 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
233c3caf87
commit
66a577c10b
|
@ -8,7 +8,7 @@
|
||||||
<thead><tr>
|
<thead><tr>
|
||||||
<th><%=l(:label_role)%></th>
|
<th><%=l(:label_role)%></th>
|
||||||
<th><%=l(:button_sort)%></th>
|
<th><%=l(:button_sort)%></th>
|
||||||
<th></th>
|
<th></th>
|
||||||
</tr></thead>
|
</tr></thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
<% for role in @roles %>
|
<% for role in @roles %>
|
||||||
|
@ -21,9 +21,9 @@
|
||||||
</td>
|
</td>
|
||||||
<td class="buttons">
|
<td class="buttons">
|
||||||
<%= link_to(l(:button_delete), { :action => 'destroy', :id => role },
|
<%= link_to(l(:button_delete), { :action => 'destroy', :id => role },
|
||||||
:method => :post,
|
:method => :post,
|
||||||
:confirm => l(:text_are_you_sure),
|
:confirm => l(:text_are_you_sure),
|
||||||
:class => 'icon icon-del') unless role.builtin? %>
|
:class => 'icon icon-del') unless role.builtin? %>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<% end %>
|
<% end %>
|
||||||
|
|
Loading…
Reference in New Issue