changeset 3252:cd2aa3a36d76 beta

pull requests: don't show the branch label as a (double) tag
author Mads Kiilerich <madski@unity3d.com>
date Tue, 29 Jan 2013 03:20:59 +0100
parents e76859961cbc
children c3e471704838
files rhodecode/templates/pullrequests/pullrequest_show.html
diffstat 1 files changed, 1 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/rhodecode/templates/pullrequests/pullrequest_show.html	Tue Jan 29 03:19:51 2013 +0100
+++ b/rhodecode/templates/pullrequests/pullrequest_show.html	Tue Jan 29 03:20:59 2013 +0100
@@ -62,9 +62,7 @@
              ##%elif h.is_git(c.pull_request.org_repo):
              ##  <img class="icon" title="${_('Git repository')}" alt="${_('Git repository')}" src="${h.url('/images/icons/giticon.png')}"/>
              ##%endif
-              <span class="spantag">${c.pull_request.org_ref_parts[0]}</span>
-              :
-              <span class="spantag">${c.pull_request.org_ref_parts[1]}</span>
+              <span class="spantag">${c.pull_request.org_ref_parts[0]}: ${c.pull_request.org_ref_parts[1]}</span>
               <span><a href="${h.url('summary_home', repo_name=c.pull_request.org_repo.repo_name)}">${c.pull_request.org_repo.clone_url()}</a></span>
               </div>
           </div>