changeset 1738:1a2f10b368a9 beta

added forking into quick menu on main page
author Marcin Kuzminski <marcin@python-works.com>
date Sun, 27 Nov 2011 03:20:28 +0200
parents 61eda8bf70d0
children 4a5b93b3bcdd
files rhodecode/templates/index_base.html
diffstat 1 files changed, 9 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/rhodecode/templates/index_base.html	Sun Nov 27 03:17:17 2011 +0200
+++ b/rhodecode/templates/index_base.html	Sun Nov 27 03:20:28 2011 +0200
@@ -90,7 +90,15 @@
                          </span>
                          <span>${_('Files')}</span>                 
                          </a>             
-                      </li>                                    
+                      </li>
+                      <li>
+                         <a title="${_('Fork')}" href="${h.url('repo_fork_home',repo_name=repo['name'])}">
+                         <span class="icon">
+                             <img src="${h.url('/images/icons/arrow_divide.png')}" alt="${_('Fork')}" />
+                         </span>
+                         <span>${_('Fork')}</span>                 
+                         </a>             
+                      </li>                                                      
                     </ul>
                     </td>
                     <td>