Skip to content
Snippets Groups Projects

Remove localhosts from js file

6 files
+ 7
7
Compare changes
  • Side-by-side
  • Inline

Files

@@ -54,7 +54,7 @@
">
<span th:text="#{mail.notification_preference.before}"></span>
<a style="color: #00A6D6; text-decoration: none;" target="_blank"
href="http://localhost:8083/settings" th:text="#{mail.here}"></a>
href="https://submit.tudelft.nl/settings" th:text="#{mail.here}"></a>
<span th:text="#{mail.notification_preference.after}"></span>
</p>
</div>
Loading