summaryrefslogtreecommitdiff
path: root/public/views/shared/refresh-modal.ejs
diff options
context:
space:
mode:
authorClaudius2018-09-13 21:26:39 +0200
committerClaudius2018-11-03 00:52:48 +0100
commit44ffc564da1dd20b2fae3247d9fa314a52e0aaca (patch)
tree05a313b4a9526547b8b1782b9094135e2064d6d1 /public/views/shared/refresh-modal.ejs
parent637f955bddabf953778d27ffe348683bf1c27653 (diff)
removing global site layout vars from individual routers, putting them into app.local
Signed-off-by: Claudius <opensource@amenthes.de>
Diffstat (limited to '')
-rw-r--r--public/views/shared/refresh-modal.ejs4
1 files changed, 2 insertions, 2 deletions
diff --git a/public/views/shared/refresh-modal.ejs b/public/views/shared/refresh-modal.ejs
index 64580545..2aa652aa 100644
--- a/public/views/shared/refresh-modal.ejs
+++ b/public/views/shared/refresh-modal.ejs
@@ -14,7 +14,7 @@
</div>
<div class="new-version" style="display:none;">
<h5><%= __('New version available!') %></h5>
- <a href="<%- url %>/s/release-notes" target="_blank" rel="noopener"><%= __('See releases notes here') %></a>
+ <a href="<%- serverURL %>/s/release-notes" target="_blank" rel="noopener"><%= __('See releases notes here') %></a>
<br>
<strong><%= __('Refresh to enjoy new features.') %></strong>
</div>
@@ -28,4 +28,4 @@
</div>
</div>
</div>
-</div> \ No newline at end of file
+</div>