diff rhodecode/templates/pullrequests/pullrequest_show.html @ 3394:fe2bb88bf7ac beta

whitespace cleanup
author Marcin Kuzminski <marcin@python-works.com>
date Thu, 21 Feb 2013 02:31:21 +0100
parents cb40b3f6428c
children 58737dee17f1
line wrap: on
line diff
--- a/rhodecode/templates/pullrequests/pullrequest_show.html	Thu Feb 21 02:30:56 2013 +0100
+++ b/rhodecode/templates/pullrequests/pullrequest_show.html	Thu Feb 21 02:31:21 2013 +0100
@@ -174,7 +174,7 @@
     pyroutes.register('pullrequest_comment', "${url('pullrequest_comment',repo_name='%(repo_name)s',pull_request_id='%(pull_request_id)s')}", ['repo_name', 'pull_request_id']);
     pyroutes.register('pullrequest_comment_delete', "${url('pullrequest_comment_delete',repo_name='%(repo_name)s',comment_id='%(comment_id)s')}", ['repo_name', 'comment_id']);
     pyroutes.register('pullrequest_update', "${url('pullrequest_update',repo_name='%(repo_name)s',pull_request_id='%(pull_request_id)s')}", ['repo_name', 'pull_request_id']);
-    
+
     </script>
 
     ## diff block