##// END OF EJS Templates
integrations: implement retry to HTTP[S] calls for integrations.
integrations: implement retry to HTTP[S] calls for integrations.

File last commit:

r2915:59bfd308 default
r3110:b4084273 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>