diff rhodecode/templates/pullrequests/pullrequest.html @ 3329:f8c55b487c9a beta

pull request: select 'tip' by default ... and show what it means right now
author Mads Kiilerich <madski@unity3d.com>
date Mon, 04 Feb 2013 22:32:16 +0100
parents f285faa3a602
children dcd1c159a132
line wrap: on
line diff
--- a/rhodecode/templates/pullrequests/pullrequest.html	Mon Feb 04 22:21:26 2013 +0100
+++ b/rhodecode/templates/pullrequests/pullrequest.html	Mon Feb 04 22:32:16 2013 +0100
@@ -31,7 +31,7 @@
                     <img alt="gravatar" src="${h.gravatar_url(c.rhodecode_db_repo.user.email,24)}"/>
                 </div>
                 <span style="font-size: 20px">
-                ${h.select('org_repo','',c.org_repos,class_='refs')}:${h.select('org_ref','',c.org_refs,class_='refs')}
+                ${h.select('org_repo','',c.org_repos,class_='refs')}:${h.select('org_ref',c.default_org_ref,c.org_refs,class_='refs')}
                 </span>
                  <div style="padding:5px 3px 3px 42px;">${c.rhodecode_db_repo.description}</div>
             </div>