##// END OF EJS Templates
packaging: Use a recent bower2nix to have fetch-bower...
packaging: Use a recent bower2nix to have fetch-bower Recent versions of bower2nix provide "fetch-bower" as a separate command. This command is needed for the backported bower related utilities.

File last commit:

r1:854a839a default
r726:5b2d844f default
Show More
index.html
15 lines | 319 B | text/html | HtmlLexer
## -*- coding: utf-8 -*-
<%inherit file="index_base.html"/>
<%def name="title()">
${_('Dashboard')}
%if c.rhodecode_name:
&middot; ${h.branding(c.rhodecode_name)}
%endif
</%def>
<%def name="breadcrumbs()"></%def>
<%def name="menu_bar_nav()">
${self.menu_items(active='repositories')}
</%def>