diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2011-09-17 02:51:40 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2011-09-17 02:51:40 +0000 |
commit | 2be580eb6347ecc84ec95e63046475073767623b (patch) | |
tree | 7526f240071dd990127b41adc08983356f2fda17 /app | |
parent | 8c4508463afb9b186775851884c8fdb504023abe (diff) | |
download | redmine-2be580eb6347ecc84ec95e63046475073767623b.tar.gz redmine-2be580eb6347ecc84ec95e63046475073767623b.zip |
remove trailing white-spaces from app/views/queries/index.html.erb
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7273 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app')
-rw-r--r-- | app/views/queries/index.html.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/queries/index.html.erb b/app/views/queries/index.html.erb index aa2a94a84..066f30edb 100644 --- a/app/views/queries/index.html.erb +++ b/app/views/queries/index.html.erb @@ -15,7 +15,7 @@ </td> <td align="right"> <small> - <% if query.editable_by?(User.current) %> + <% if query.editable_by?(User.current) %> <%= link_to l(:button_edit), {:controller => 'queries', :action => 'edit', :id => query}, :class => 'icon icon-edit' %> <%= link_to l(:button_delete), {:controller => 'queries', :action => 'destroy', :id => query}, :confirm => l(:text_are_you_sure), :method => :post, :class => 'icon icon-del' %> </small> |