##// END OF EJS Templates
rhodecode.js: workaround missing unknown autocomplete textboxKeyUpEvent...
rhodecode.js: workaround missing unknown autocomplete textboxKeyUpEvent It was introduced in the YUI update in 5143b8df576c and used for @mention handling.

File last commit:

r4116:ffd45b18 rhodecode-2.2.5-gpl
r4173:e975e1d4 rhodecode-2.2.5-gpl
Show More
index.html
20 lines | 373 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()">
Bradley M. Kuhn
Imported some of the GPLv3'd changes from RhodeCode v2.2.5....
r4116 ${_('Dashboard')}
%if c.rhodecode_name:
&middot; ${c.rhodecode_name}
%endif
Mads Kiilerich
use valid options for the top menu: repositories, journal, search and admin
r3603 </%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>