##// END OF EJS Templates
mercurial middleware now returns 500's instead of 404 on errors and 404 when repo not found, added tracebacks
mercurial middleware now returns 500's instead of 404 on errors and 404 when repo not found, added tracebacks

File last commit:

r252:3782a6d6 default
r334:6c23e724 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>