##// END OF EJS Templates
implemented manual repo rescann and remapping
implemented manual repo rescann and remapping

File last commit:

r252:3782a6d6 default
r348:e8fc8754 default
Show More
permissions.html
21 lines | 409 B | text/html | HtmlLexer
Admin templating updates, added rest permission controllers
r230 ## -*- coding: utf-8 -*-
<%inherit file="/base/base.html"/>
<%def name="title()">
${_('Permissions administration')}
</%def>
<%def name="breadcrumbs()">
${h.link_to(u'Admin',h.url('admin_home'))}
/
${_('Permissions')}
</%def>
<%def name="page_nav()">
${self.menu('admin')}
${self.submenu('permissions')}
</%def>
<%def name="main()">
<div>
<h2>${_('Permissions')}</h2>
licensing updates, code cleanups
r252
Admin templating updates, added rest permission controllers
r230 </div>
</%def>