##// END OF EJS Templates
nicer setup question about repo path
nicer setup question about repo path

File last commit:

r1888:f91d3f9b beta
r1917:a7a282a9 rhodecode-0.0.1.2.4 default
Show More
index.html
14 lines | 337 B | text/html | HtmlLexer
## -*- coding: utf-8 -*-
<%inherit file="base/base.html"/>
<%def name="title()">
${_('Dashboard')} - ${c.rhodecode_name}
</%def>
<%def name="breadcrumbs()">
${c.rhodecode_name}
</%def>
<%def name="page_nav()">
${self.menu('home')}
</%def>
<%def name="main()">
<%include file="index_base.html" args="parent=self"/>
</%def>