##// END OF EJS Templates
diffs: exclude +/- from diffs generation and make then a non-selectable markers visible only via CSS.
diffs: exclude +/- from diffs generation and make then a non-selectable markers visible only via CSS.

File last commit:

r2915:59bfd308 default
r3135:5cc59605 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>