##// END OF EJS Templates
replace tabs to spaces at app/views/issue_statuses/index.html.erb...
Toshi MARUYAMA -
r7173:611f7d658f98
parent child
Show More
@@ -28,9 +28,9
28 <td align="center" style="width:15%;"><%= reorder_links('issue_status', {:action => 'update', :id => status}) %></td>
28 <td align="center" style="width:15%;"><%= reorder_links('issue_status', {:action => 'update', :id => status}) %></td>
29 <td class="buttons">
29 <td class="buttons">
30 <%= link_to(l(:button_delete), { :action => 'destroy', :id => status },
30 <%= link_to(l(:button_delete), { :action => 'destroy', :id => status },
31 :method => :post,
31 :method => :post,
32 :confirm => l(:text_are_you_sure),
32 :confirm => l(:text_are_you_sure),
33 :class => 'icon icon-del') %>
33 :class => 'icon icon-del') %>
34 </td>
34 </td>
35 </tr>
35 </tr>
36 <% end %>
36 <% end %>
General Comments 0
You need to be logged in to leave comments. Login now