mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-02-01 20:48:23 +08:00
Add back the release notes URL to navbar
Closes SCI-604
This commit is contained in:
parent
12c77df883
commit
b13fd22408
1 changed files with 3 additions and 0 deletions
|
@ -186,6 +186,9 @@
|
|||
<li><%= link_to t('nav.help.faq'),
|
||||
Constants::FAQ_URL,
|
||||
target: "_blank" %></li>
|
||||
<li><%= link_to t('nav.help.release_notes'),
|
||||
Constants::RELEASE_NOTES_URL,
|
||||
target: "_blank" %></li>
|
||||
<li><%= link_to t('nav.help.support'),
|
||||
Constants::SUPPORT_URL,
|
||||
target: "_blank" %></li>
|
||||
|
|
Loading…
Reference in a new issue