diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2011-08-21 01:00:15 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2011-08-21 01:00:15 +0000 |
commit | 2dc684c48671d4e63c118a56ac2d6e8104189dcf (patch) | |
tree | 278d222bc46725947bf02b8d7ec9091728676dc3 /app/views/trackers | |
parent | 1450d8b9439c83cc6ebdb9befd89793e2de2f407 (diff) | |
download | redmine-2dc684c48671d4e63c118a56ac2d6e8104189dcf.tar.gz redmine-2dc684c48671d4e63c118a56ac2d6e8104189dcf.zip |
replace tabs to spaces at app/views/trackers/index.html.erb.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@6500 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/views/trackers')
-rw-r--r-- | app/views/trackers/index.html.erb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app/views/trackers/index.html.erb b/app/views/trackers/index.html.erb index c4981ccd3..3234d312b 100644 --- a/app/views/trackers/index.html.erb +++ b/app/views/trackers/index.html.erb @@ -19,9 +19,9 @@ <td align="center" style="width:15%;"><%= reorder_links('tracker', {:action => 'edit', :id => tracker}) %></td> <td class="buttons"> <%= link_to(l(:button_delete), { :action => 'destroy', :id => tracker }, - :method => :post, - :confirm => l(:text_are_you_sure), - :class => 'icon icon-del') %> + :method => :post, + :confirm => l(:text_are_you_sure), + :class => 'icon icon-del') %> </td> </tr> <% end %> |