diff rhodecode/templates/pullrequests/pullrequest_show.html @ 3175:5d1d25c1c700 beta

set the status of changesets initially on pull request, and make sure we care of version collisions. Fixes issues #690 and #587
author Marcin Kuzminski <marcin@python-works.com>
date Sat, 19 Jan 2013 19:42:37 +0100
parents 2ab2eed4a70a
children b4f401524060
line wrap: on
line diff
--- a/rhodecode/templates/pullrequests/pullrequest_show.html	Sat Jan 19 18:20:52 2013 +0100
+++ b/rhodecode/templates/pullrequests/pullrequest_show.html	Sat Jan 19 19:42:37 2013 +0100
@@ -65,7 +65,7 @@
               <span class="spantag">${c.pull_request.org_ref_parts[0]}</span>
               :
               <span class="spantag">${c.pull_request.org_ref_parts[1]}</span>             
-              <span>${c.pull_request.org_repo.clone_url()}</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>
          </div>