Files @ 37945c6a7dbd
Branch filter:

Location: kallithea/rhodecode/templates/index.html

Marcin Kuzminski
don't use db-repo instance on readme file fetching, use regular scm get_repo that doesn't hide exceptions
1
2
3
4
5
6
7
8
## -*- coding: utf-8 -*-
<%inherit file="base/base.html"/>
<%def name="title()">${_('Dashboard')} - ${c.rhodecode_name}</%def>
<%def name="breadcrumbs()"></%def>
<%def name="page_nav()">${self.menu('home')}</%def>
<%def name="main()">
   <%include file="index_base.html" args="parent=self"/>
</%def>