Show More
@@ -62,9 +62,7 b'' | |||
|
62 | 62 | ##%elif h.is_git(c.pull_request.org_repo): |
|
63 | 63 | ## <img class="icon" title="${_('Git repository')}" alt="${_('Git repository')}" src="${h.url('/images/icons/giticon.png')}"/> |
|
64 | 64 | ##%endif |
|
65 | <span class="spantag">${c.pull_request.org_ref_parts[0]}</span> | |
|
66 | : | |
|
67 | <span class="spantag">${c.pull_request.org_ref_parts[1]}</span> | |
|
65 | <span class="spantag">${c.pull_request.org_ref_parts[0]}: ${c.pull_request.org_ref_parts[1]}</span> | |
|
68 | 66 | <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> |
|
69 | 67 | </div> |
|
70 | 68 | </div> |
General Comments 0
You need to be logged in to leave comments.
Login now