##// END OF EJS Templates
replace tabs to spaces at app/views/trackers/index.html.erb....
Toshi MARUYAMA -
r6380:2dc684c48671
parent child
Show More
@@ -19,9 +19,9
19 19 <td align="center" style="width:15%;"><%= reorder_links('tracker', {:action => 'edit', :id => tracker}) %></td>
20 20 <td class="buttons">
21 21 <%= link_to(l(:button_delete), { :action => 'destroy', :id => tracker },
22 :method => :post,
23 :confirm => l(:text_are_you_sure),
24 :class => 'icon icon-del') %>
22 :method => :post,
23 :confirm => l(:text_are_you_sure),
24 :class => 'icon icon-del') %>
25 25 </td>
26 26 </tr>
27 27 <% end %>
General Comments 0
You need to be logged in to leave comments. Login now