]> source.dussan.org Git - redmine.git/commitdiff
remove trailing white-spaces from app/views/queries/index.html.erb
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Sat, 17 Sep 2011 02:51:40 +0000 (02:51 +0000)
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Sat, 17 Sep 2011 02:51:40 +0000 (02:51 +0000)
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7273 e93f8b46-1217-0410-a6f0-8f06a7374b81

app/views/queries/index.html.erb

index aa2a94a8456e439ccbd89f7a9bb31b19182cac20..066f30edbe1b7fef19baaf81ea19a2f7af1f4851 100644 (file)
@@ -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>