##// END OF EJS Templates
pull requests: use org_ref with correct symbolic name instead of fake one...
pull requests: use org_ref with correct symbolic name instead of fake one So far this is only cosmetic, but it might make a difference for further processing of a PR.

File last commit:

r3700:3563bb7b merge default
r3978:4f31439c default
Show More
index.html
17 lines | 324 B | text/html | HtmlLexer
## -*- coding: utf-8 -*-
<%inherit file="base/base.html"/>
<%def name="title()">
${_('Dashboard')} &middot; ${c.rhodecode_name}
</%def>
<%def name="breadcrumbs()">
</%def>
<%def name="page_nav()">
${self.menu('repositories')}
</%def>
<%def name="main()">
<%include file="index_base.html" args="parent=self"/>
</%def>