##// END OF EJS Templates
Added initial query skipp when seting up the app....
Added initial query skipp when seting up the app. Added internal server error when deleting user using ajax permission form removed graph unneded code

File last commit:

r362:558eb7c5 rhodecode-0.0.0.8.0 default
r365:ec7b76d4 default
Show More
permissions.html
28 lines | 556 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>
version bump to 0.8...
r362
<%def name="breadcrumbs_links()">
${h.link_to(_('Admin'),h.url('admin_home'))}
&raquo;
${_('Permissions')}
Admin templating updates, added rest permission controllers
r230 </%def>
<%def name="page_nav()">
${self.menu('admin')}
</%def>
<%def name="main()">
version bump to 0.8...
r362 <div class="box">
<!-- box / title -->
<div class="title">
${self.breadcrumbs()}
Admin templating updates, added rest permission controllers
r230 </div>
version bump to 0.8...
r362 <!-- end box / title -->
<div class="table">
To implement
</div>
</div>
Admin templating updates, added rest permission controllers
r230 </%def>