Files
@ 74f2910f7ad9
Branch filter:
Location: kallithea/rhodecode/templates/admin/repos/repo_add_create_repository.html - annotation
74f2910f7ad9
483 B
text/html
Added pull requests filter into notification inbox.
- Mark all read now also marks only filtered results
- Mark all read now also marks only filtered results
1e757ac98988 1e757ac98988 1e757ac98988 1e757ac98988 a1ec653f5f95 1e757ac98988 1e757ac98988 1e757ac98988 1e757ac98988 1e757ac98988 1e757ac98988 1e757ac98988 1e757ac98988 1e757ac98988 4b62d2fea08a 1e757ac98988 4b62d2fea08a 4b62d2fea08a 4b62d2fea08a f91d3f9b7230 1e757ac98988 4b62d2fea08a f91d3f9b7230 f91d3f9b7230 | ## -*- coding: utf-8 -*-
<%inherit file="/base/base.html"/>
<%def name="title()">
${_('Add repository')} - ${c.rhodecode_name}
</%def>
<%def name="breadcrumbs_links()">
${_('add new repository')}
</%def>
<%def name="page_nav()">
${self.menu('admin')}
</%def>
<%def name="main()">
<div class="box">
<!-- box / title -->
<div class="title">
${self.breadcrumbs()}
</div>
<%include file="repo_add_base.html"/>
</div>
</%def>
|