diff rhodecode/templates/changeset/changeset_file_comment.html @ 3216:81bbb8086f03 beta

whitespace cleanup
author Marcin Kuzminski <marcin@python-works.com>
date Thu, 24 Jan 2013 00:46:40 +0100
parents 89931a504fcf
children aad51f79d040
line wrap: on
line diff
--- a/rhodecode/templates/changeset/changeset_file_comment.html	Thu Jan 24 00:45:51 2013 +0100
+++ b/rhodecode/templates/changeset/changeset_file_comment.html	Thu Jan 24 00:46:40 2013 +0100
@@ -31,11 +31,11 @@
             %else:
               ${_('Comment from pull request %s') % co.pull_request.pull_request_id}
             %endif
-            </a>   
+            </a>
          %endif
         </span>
        </div>
-        
+
       %if h.HasPermissionAny('hg.admin', 'repository.admin')() or co.author.user_id == c.rhodecode_user.user_id:
         <div class="buttons">
           <span onClick="deleteComment(${co.comment_id})" class="delete-comment ui-btn">${_('Delete')}</span>