##// END OF EJS Templates
made routes verification method based only on paths, since it's much faster and enough
made routes verification method based only on paths, since it's much faster and enough

File last commit:

r252:3782a6d6 default
r301:752675cd 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>