##// END OF EJS Templates
branch-permissions: handle vcs operations and branch permissions....
branch-permissions: handle vcs operations and branch permissions. - use new exceptions for branch permissions - detect if we need to check permissions - calculate super-admin the same way as regular users for override capabilities - added new tests for branch permissions

File last commit:

r2915:59bfd308 default
r2979:095dcb4b default
Show More
rhodecode-unsafe-html.html
9 lines | 292 B | text/html | HtmlLexer
<link rel="import" href="../../../../../../bower_components/polymer/polymer.html">
<dom-module id="rhodecode-unsafe-html">
<template>
<style include="shared-styles"></style>
<slot></slot>
</template>
<script src="rhodecode-unsafe-html.js"></script>
</dom-module>