summaryrefslogtreecommitdiff
path: root/public/views/shared/refresh-modal.ejs
diff options
context:
space:
mode:
authorClaudius Coenen2018-11-05 00:35:48 +0100
committerGitHub2018-11-05 00:35:48 +0100
commit64e9dfd7140a90ca388eed3e0c26df800850e799 (patch)
tree05a313b4a9526547b8b1782b9094135e2064d6d1 /public/views/shared/refresh-modal.ejs
parent637f955bddabf953778d27ffe348683bf1c27653 (diff)
parent44ffc564da1dd20b2fae3247d9fa314a52e0aaca (diff)
Merge pull request #1035 from ccoenen/feature/global-site-layout-vars
removing global site layout vars from individual routers
Diffstat (limited to 'public/views/shared/refresh-modal.ejs')
-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>