Files
@ 6fc59ac322ca
Branch filter:
Location: kallithea/pylons_app/templates/admin/admin.html - annotation
6fc59ac322ca
506 B
text/html
added info about forked repository in few places
added autoloading of parent(forked) for each such repository
added autoloading of parent(forked) for each such repository
20dc7a5eb748 20dc7a5eb748 d69e19fc2795 20dc7a5eb748 c8162373f214 20dc7a5eb748 558eb7c5028f 558eb7c5028f 558eb7c5028f 20dc7a5eb748 558eb7c5028f 20dc7a5eb748 11e8eb5a92e3 20dc7a5eb748 20dc7a5eb748 558eb7c5028f 558eb7c5028f 558eb7c5028f 558eb7c5028f 558eb7c5028f 558eb7c5028f 558eb7c5028f 558eb7c5028f 558eb7c5028f 558eb7c5028f 558eb7c5028f 558eb7c5028f 20dc7a5eb748 | ## -*- coding: utf-8 -*-
<%inherit file="/base/base.html"/>
<%def name="title()">
${_('Administration')}
</%def>
<%def name="breadcrumbs_links()">
${_('Admin dashboard - journal')}
</%def>
<%def name="page_nav()">
${self.menu('admin')}
</%def>
<%def name="main()">
<div class="box">
<!-- box / title -->
<div class="title">
${self.breadcrumbs()}
</div>
<!-- end box / title -->
<div class="table">
<div id="user_log">
${c.log_data}
</div>
</div>
</div>
</%def>
|