diff rhodecode/templates/pullrequests/pullrequest.html @ 3327:f285faa3a602 beta

pull request: move code around and rename default variables
author Mads Kiilerich <madski@unity3d.com>
date Mon, 04 Feb 2013 22:19:32 +0100
parents 5ef64956c385
children f8c55b487c9a
line wrap: on
line diff
--- a/rhodecode/templates/pullrequests/pullrequest.html	Mon Feb 04 15:59:01 2013 +0100
+++ b/rhodecode/templates/pullrequests/pullrequest.html	Mon Feb 04 22:19:32 2013 +0100
@@ -48,7 +48,7 @@
                     <img id="other_repo_gravatar" alt="gravatar" src=""/>
                 </div>
                 <span style="font-size: 20px">
-                ${h.select('other_repo',c.default_pull_request,c.other_repos,class_='refs')}:${h.select('other_ref',c.default_pull_request_rev,c.default_revs,class_='refs')}
+                ${h.select('other_repo',c.default_other_repo,c.other_repos,class_='refs')}:${h.select('other_ref',c.default_other_ref,c.default_other_refs,class_='refs')}
                 </span>
                  <div id="other_repo_desc" style="padding:5px 3px 3px 42px;"></div>
             </div>