##// END OF EJS Templates
emails: improve fonts and rendering of email htmls....
emails: improve fonts and rendering of email htmls. - fixes #5505

File last commit:

r3156:6bd054a4 default
r3170:47569100 default
Show More
shared-components.html
8 lines | 554 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">
frontend: wrap our legacy js code inside polymer element
r883 <link rel="import" href="rhodecode-app/rhodecode-app.html">