##// END OF EJS Templates
shortlog: show all refs (bookmarks,tags,branches) in one dedicated column...
shortlog: show all refs (bookmarks,tags,branches) in one dedicated column - rename confusing name bookbook to booktag (as others similar names)

File last commit:

r3700:3563bb7b merge default
r3707:93de0349 beta
Show More
index.html
17 lines | 324 B | text/html | HtmlLexer
renamed project to rhodecode
r547 ## -*- coding: utf-8 -*-
<%inherit file="base/base.html"/>
Mads Kiilerich
use valid options for the top menu: repositories, journal, search and admin
r3603
<%def name="title()">
${_('Dashboard')} &middot; ${c.rhodecode_name}
</%def>
<%def name="breadcrumbs()">
</%def>
<%def name="page_nav()">
${self.menu('repositories')}
</%def>
renamed project to rhodecode
r547 <%def name="main()">
#402 removed group prefix from repository name when listing repositories inside a group
r2133 <%include file="index_base.html" args="parent=self"/>
White-space cleanup
r1888 </%def>