mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-11-10 17:36:33 +08:00
fix info dropdown links [fixes SCI-1141]
This commit is contained in:
parent
9a17648eee
commit
9610c5f5a0
3 changed files with 4 additions and 8 deletions
|
@ -197,18 +197,15 @@
|
|||
<span class="glyphicon glyphicon-info-sign"></span>
|
||||
</a>
|
||||
<ul class="dropdown-menu" data-hook="navigation-help-menu">
|
||||
<li><%= link_to t('nav.help.support'),
|
||||
Constants::SUPPORT_URL,
|
||||
target: "_blank" %></li>
|
||||
<li><%= link_to t('nav.help.tutorials'),
|
||||
Constants::TUTORIALS_URL,
|
||||
target: "_blank" %></li>
|
||||
<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>
|
||||
<li><%= link_to t('nav.help.premium'),
|
||||
Constants::PREMIUM_URL,
|
||||
target: "_blank" %></li>
|
||||
|
|
|
@ -177,7 +177,6 @@ class Constants
|
|||
|
||||
HTTP = 'http://'.freeze
|
||||
TUTORIALS_URL = (HTTP + 'scinote.net/product/tutorials/').freeze
|
||||
FAQ_URL = (HTTP + 'scinote.net/product/faq/').freeze
|
||||
SUPPORT_URL = (HTTP + 'scinote.net/support').freeze
|
||||
PREMIUM_URL = (HTTP + 'scinote.net/premium/').freeze
|
||||
CONTACT_URL = (HTTP + 'scinote.net/story-of-scinote/#contact-scinote').freeze
|
||||
|
|
|
@ -70,7 +70,7 @@ en:
|
|||
tutorials: "Tutorials"
|
||||
faq: "FAQ"
|
||||
release_notes: "Release notes"
|
||||
support: "Support"
|
||||
support: "Customer support"
|
||||
premium: "Premium"
|
||||
contact: "Contact us"
|
||||
activities:
|
||||
|
|
Loading…
Reference in a new issue