##// END OF EJS Templates
svn-support: Use utf-8 to encode mod_dav_svn configuration before writing to disk....
svn-support: Use utf-8 to encode mod_dav_svn configuration before writing to disk. Repository or group names may contain non ASCII characters. Therfore we have to encode the configuration before writing it to the file.

File last commit:

r825:3c328307 default
r830:7ca2d1db default
Show More
shared-components.html
7 lines | 553 B | text/html | HtmlLexer
/ rhodecode / public / js / src / components / shared-components.html
polymer: simplify shared components
r746 <!-- required for stamped out templates that might use common elements -->
notifications: replace toggle button with actual toggle element - fixes #4171
r692 <link rel="import" href="../../../../../bower_components/iron-ajax/iron-ajax.html">
notifications: use rhodecode-toast for notifications instead of toastr jquery plugin
r699 <link rel="import" href="shared-styles.html">
frontend: introduce rhodecode-app for more complex cross element wiring
r787 <link rel="import" href="channelstream-connection/channelstream-connection.html">
components: reorganize build pipeline to have nice separation of html/js/css
r703 <link rel="import" href="rhodecode-toast/rhodecode-toast.html">
rhodecode-toggle: stub for new UI element
r715 <link rel="import" href="rhodecode-toggle/rhodecode-toggle.html">
components: reorganize build pipeline to have nice separation of html/js/css
r703 <link rel="import" href="rhodecode-unsafe-html/rhodecode-unsafe-html.html">
polymer: moving imports for better performance
r825 <link rel="import" href="rhodecode-app/rhodecode-app.html">