##// END OF EJS Templates
users: in case of multiple personal groups, return the first instead of an error....
users: in case of multiple personal groups, return the first instead of an error. - backward compat fix from previous error we had

File last commit:

r2915:59bfd308 default
r3087:ff035148 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>