##// END OF EJS Templates
root template: got rid of shared styles
ergo -
r763:dcfdd6aa default
parent child Browse files
Show More
@@ -122,7 +122,6 b" c.template_context['visual']['default_re"
122 document.head.appendChild(e);
122 document.head.appendChild(e);
123 </script>
123 </script>
124 <link rel="import" href="${h.asset('js/rhodecode-components.html', ver=c.rhodecode_version_hash)}">
124 <link rel="import" href="${h.asset('js/rhodecode-components.html', ver=c.rhodecode_version_hash)}">
125 <style include="shared-styles" is="custom-style"></style>
126 ## avoide escaping the %N
125 ## avoide escaping the %N
127 <script>CodeMirror.modeURL = "${h.asset('') + 'js/mode/%N/%N.js?ver='+c.rhodecode_version_hash}";</script>
126 <script>CodeMirror.modeURL = "${h.asset('') + 'js/mode/%N/%N.js?ver='+c.rhodecode_version_hash}";</script>
128
127
General Comments 0
You need to be logged in to leave comments. Login now