##// END OF EJS Templates
fix(jupiter): sanitizing rendering (HTML) of jupyter notebooks, upgraded bleach version. Fixes RCCE-15, RCCE-14
fix(jupiter): sanitizing rendering (HTML) of jupyter notebooks, upgraded bleach version. Fixes RCCE-15, RCCE-14

File last commit:

r5037:bd722d6e default
r5252:1ecdda64 default
Show More
index.mako
14 lines | 294 B | application/x-mako | MakoHtmlLexer
<%inherit file="index_base.mako"/>
<%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>