mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-02-06 06:56:54 +08:00
Merge pull request #240 from Ducz0r/lm-add-release-notes-url
Add back the release notes URL to navbar
This commit is contained in:
commit
bb903956a8
1 changed files with 3 additions and 0 deletions
|
@ -186,6 +186,9 @@
|
||||||
<li><%= link_to t('nav.help.faq'),
|
<li><%= link_to t('nav.help.faq'),
|
||||||
Constants::FAQ_URL,
|
Constants::FAQ_URL,
|
||||||
target: "_blank" %></li>
|
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'),
|
<li><%= link_to t('nav.help.support'),
|
||||||
Constants::SUPPORT_URL,
|
Constants::SUPPORT_URL,
|
||||||
target: "_blank" %></li>
|
target: "_blank" %></li>
|
||||||
|
|
Loading…
Reference in a new issue