fix info dropdown links [fixes SCI-1141]

This commit is contained in:
zmagod 2017-04-07 11:31:09 +02:00
parent 9a17648eee
commit 9610c5f5a0
3 changed files with 4 additions and 8 deletions

View file

@ -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>

View file

@ -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

View file

@ -70,7 +70,7 @@ en:
tutorials: "Tutorials"
faq: "FAQ"
release_notes: "Release notes"
support: "Support"
support: "Customer support"
premium: "Premium"
contact: "Contact us"
activities: