summaryrefslogtreecommitdiffstats
path: root/app/views/roles/index.html.erb
diff options
context:
space:
mode:
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>2011-09-18 02:43:24 +0000
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>2011-09-18 02:43:24 +0000
commit66a577c10b69aad56f0abcd8d2a86b9926b132ff (patch)
treee612e59eb025764f93cba66305b48afb2b5b3457 /app/views/roles/index.html.erb
parent233c3caf87b92e1572c723c953181d710115d148 (diff)
downloadredmine-66a577c10b69aad56f0abcd8d2a86b9926b132ff.tar.gz
redmine-66a577c10b69aad56f0abcd8d2a86b9926b132ff.zip
replace tabs to spaces at app/views/roles/index.html.erb
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7392 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/views/roles/index.html.erb')
-rw-r--r--app/views/roles/index.html.erb8
1 files changed, 4 insertions, 4 deletions
diff --git a/app/views/roles/index.html.erb b/app/views/roles/index.html.erb
index b8cea261b..3edd4672d 100644
--- a/app/views/roles/index.html.erb
+++ b/app/views/roles/index.html.erb
@@ -8,7 +8,7 @@
<thead><tr>
<th><%=l(:label_role)%></th>
<th><%=l(:button_sort)%></th>
- <th></th>
+ <th></th>
</tr></thead>
<tbody>
<% for role in @roles %>
@@ -21,9 +21,9 @@
</td>
<td class="buttons">
<%= link_to(l(:button_delete), { :action => 'destroy', :id => role },
- :method => :post,
- :confirm => l(:text_are_you_sure),
- :class => 'icon icon-del') unless role.builtin? %>
+ :method => :post,
+ :confirm => l(:text_are_you_sure),
+ :class => 'icon icon-del') unless role.builtin? %>
</td>
</tr>
<% end %>