diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2011-09-17 04:08:21 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2011-09-17 04:08:21 +0000 |
commit | 611f7d658f98b834a41fd331964ff4d6583bdd7b (patch) | |
tree | 690ada043fd934890ea970f713f875f51d2d300f /app/views/issue_statuses | |
parent | da8a2ea4bca7615446e24243e625e042e75966c7 (diff) | |
download | redmine-611f7d658f98b834a41fd331964ff4d6583bdd7b.tar.gz redmine-611f7d658f98b834a41fd331964ff4d6583bdd7b.zip |
replace tabs to spaces at app/views/issue_statuses/index.html.erb
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7293 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/views/issue_statuses')
-rw-r--r-- | app/views/issue_statuses/index.html.erb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app/views/issue_statuses/index.html.erb b/app/views/issue_statuses/index.html.erb index 0d3c1503a..0680016d8 100644 --- a/app/views/issue_statuses/index.html.erb +++ b/app/views/issue_statuses/index.html.erb @@ -28,9 +28,9 @@ <td align="center" style="width:15%;"><%= reorder_links('issue_status', {:action => 'update', :id => status}) %></td> <td class="buttons"> <%= link_to(l(:button_delete), { :action => 'destroy', :id => status }, - :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 %> |