summaryrefslogtreecommitdiffstats
path: root/app/views/roles
diff options
context:
space:
mode:
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>2011-08-02 12:43:58 +0000
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>2011-08-02 12:43:58 +0000
commit0c48e2814df00f01419a7feabc349326fdc1c32a (patch)
tree5fcf9469d85496a25fedfd092fc94626195b9904 /app/views/roles
parenta51829eb22360a6adf28e6234f9a374c6254acda (diff)
downloadredmine-0c48e2814df00f01419a7feabc349326fdc1c32a.tar.gz
redmine-0c48e2814df00f01419a7feabc349326fdc1c32a.zip
remove trailing white-spaces from app/views/roles/index.html.erb.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@6346 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/views/roles')
-rw-r--r--app/views/roles/index.html.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/roles/index.html.erb b/app/views/roles/index.html.erb
index 73c7e0841..b8cea261b 100644
--- a/app/views/roles/index.html.erb
+++ b/app/views/roles/index.html.erb
@@ -21,7 +21,7 @@
</td>
<td class="buttons">
<%= link_to(l(:button_delete), { :action => 'destroy', :id => role },
- :method => :post,
+ :method => :post,
:confirm => l(:text_are_you_sure),
:class => 'icon icon-del') unless role.builtin? %>
</td>