diff rhodecode/templates/base/base.html @ 1301:7e75af301842 beta

Added simple forks page, resolves issue #179
author Marcin Kuzminski <marcin@python-works.com>
date Mon, 02 May 2011 13:02:58 +0200
parents cb216757a62d
children 166317d464f3
line wrap: on
line diff
--- a/rhodecode/templates/base/base.html	Mon May 02 12:40:57 2011 +0200
+++ b/rhodecode/templates/base/base.html	Mon May 02 13:02:58 2011 +0200
@@ -298,7 +298,7 @@
                     </a>
                 </li>
                 <li>
-                    <a title="${_('Forks')}" href="#">
+                    <a title="${_('Forks')}" href="${h.url('repo_forks_home',repo_name=c.repo_name)}">
                     <span class="icon_short">
                         <img src="${h.url("/images/icons/arrow_divide.png")}" alt="${_('Forks')}" />
                     </span>