diff rhodecode/templates/pullrequests/pullrequest_show_all.html @ 2673:d5e42c00f3c1 beta

white space cleanup
author Marcin Kuzminski <marcin@python-works.com>
date Fri, 27 Jul 2012 01:06:50 +0200
parents 58c529332e7e
children 99cb0cf75a4c
line wrap: on
line diff
--- a/rhodecode/templates/pullrequests/pullrequest_show_all.html	Fri Jul 27 01:01:02 2012 +0200
+++ b/rhodecode/templates/pullrequests/pullrequest_show_all.html	Fri Jul 27 01:06:50 2012 +0200
@@ -25,7 +25,7 @@
           <h4>
           %if pr.is_closed():
           <img src="${h.url('/images/icons/tick.png')}" alt="${_('Closed')}" />
-          %endif          
+          %endif
           <a href="${h.url('pullrequest_show',repo_name=c.repo_name,pull_request_id=pr.pull_request_id)}">
           ${_('Pull request #%s opened by %s on %s') % (pr.pull_request_id, pr.author.full_name, h.fmt_date(pr.created_on))}
           </a>