diff rhodecode/templates/pullrequests/pullrequest_show.html @ 3413:d79f3505549e beta

whitespace cleanup
author Marcin Kuzminski <marcin@python-works.com>
date Wed, 27 Feb 2013 02:17:52 +0100
parents 58737dee17f1
children c44645e5a836
line wrap: on
line diff
--- a/rhodecode/templates/pullrequests/pullrequest_show.html	Wed Feb 27 01:28:29 2013 +0100
+++ b/rhodecode/templates/pullrequests/pullrequest_show.html	Wed Feb 27 02:17:52 2013 +0100
@@ -26,7 +26,7 @@
     %if c.pull_request.is_closed():
         <img src="${h.url('/images/icons/lock_go.png')}" title="${_('Closed')}"/>
     %endif
-    <img src="${h.url('/images/icons/flag_status_%s.png' % str(c.pull_request.last_review_status))}" />    
+    <img src="${h.url('/images/icons/flag_status_%s.png' % str(c.pull_request.last_review_status))}" />
     ${_('Title')}: ${c.pull_request.title}</h3>
 
     <div class="form">