diff rhodecode/templates/pullrequests/pullrequest.html @ 3330:dcd1c159a132 beta

pull request: don't show fake path with owner names - and owner avatars is also not relevant
author Mads Kiilerich <madski@unity3d.com>
date Mon, 04 Feb 2013 22:34:47 +0100
parents f8c55b487c9a
children cfc0fef66ddd
line wrap: on
line diff
--- a/rhodecode/templates/pullrequests/pullrequest.html	Mon Feb 04 22:32:16 2013 +0100
+++ b/rhodecode/templates/pullrequests/pullrequest.html	Mon Feb 04 22:34:47 2013 +0100
@@ -26,10 +26,7 @@
 
         ##ORG
         <div style="float:left">
-            <div class="fork_user">
-                <div class="gravatar">
-                    <img alt="gravatar" src="${h.gravatar_url(c.rhodecode_db_repo.user.email,24)}"/>
-                </div>
+            <div>
                 <span style="font-size: 20px">
                 ${h.select('org_repo','',c.org_repos,class_='refs')}:${h.select('org_ref',c.default_org_ref,c.org_refs,class_='refs')}
                 </span>
@@ -43,10 +40,7 @@
 
         ##OTHER, most Probably the PARENT OF THIS FORK
         <div style="float:left">
-            <div class="fork_user">
-                <div class="gravatar">
-                    <img id="other_repo_gravatar" alt="gravatar" src=""/>
-                </div>
+            <div>
                 <span style="font-size: 20px">
                 ${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>