summaryrefslogtreecommitdiffstats
path: root/app/views/enumerations
diff options
context:
space:
mode:
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>2011-09-17 23:06:37 +0000
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>2011-09-17 23:06:37 +0000
commitb95d33388b5be10b62d0167e99a6e18076d179a2 (patch)
tree1e7f1ae9b4ed7ec38f30cf01bfa8708055733f8c /app/views/enumerations
parentceef6dc5fecc5cce906b2d1f624cc69dac472f3d (diff)
downloadredmine-b95d33388b5be10b62d0167e99a6e18076d179a2.tar.gz
redmine-b95d33388b5be10b62d0167e99a6e18076d179a2.zip
replace tabs to spaces at app/views/enumerations/list.html.erb
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7357 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/views/enumerations')
-rw-r--r--app/views/enumerations/list.html.erb6
1 files changed, 3 insertions, 3 deletions
diff --git a/app/views/enumerations/list.html.erb b/app/views/enumerations/list.html.erb
index 64ab4f6b4..80f7ef3dc 100644
--- a/app/views/enumerations/list.html.erb
+++ b/app/views/enumerations/list.html.erb
@@ -21,9 +21,9 @@
<td style="width:15%;"><%= reorder_links('enumeration', {:action => 'update', :id => enumeration}) %></td>
<td class="buttons">
<%= link_to l(:button_delete), { :action => 'destroy', :id => enumeration },
- :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 %>