Merge pull request #468 from biosistemika/hotfix-1.7.2

Change URLs to sciNote help pages [SCI-978]
This commit is contained in:
Luka Murn 2017-01-31 16:15:39 +01:00 committed by GitHub
commit 059f9cfb25
3 changed files with 8 additions and 8 deletions

View file

@ -200,8 +200,8 @@
<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>
<li><%= link_to t('nav.help.plans'), <li><%= link_to t('nav.help.premium'),
Constants::PLANS_URL, Constants::PREMIUM_URL,
target: "_blank" %></li> target: "_blank" %></li>
<li><%= link_to t('nav.help.contact'), <li><%= link_to t('nav.help.contact'),
Constants::CONTACT_URL, Constants::CONTACT_URL,

View file

@ -178,9 +178,9 @@ class Constants
HTTP = 'http://'.freeze HTTP = 'http://'.freeze
TUTORIALS_URL = (HTTP + 'scinote.net/product/tutorials/').freeze TUTORIALS_URL = (HTTP + 'scinote.net/product/tutorials/').freeze
FAQ_URL = (HTTP + 'scinote.net/product/faq/').freeze FAQ_URL = (HTTP + 'scinote.net/product/faq/').freeze
SUPPORT_URL = (HTTP + 'scinote.net/plans/#prof-support').freeze SUPPORT_URL = (HTTP + 'scinote.net/support').freeze
PLANS_URL = (HTTP + 'scinote.net/plans/').freeze PREMIUM_URL = (HTTP + 'scinote.net/premium/').freeze
CONTACT_URL = (HTTP + 'scinote.net/about-us/').freeze CONTACT_URL = (HTTP + 'scinote.net/story-of-scinote/#contact-scinote').freeze
RELEASE_NOTES_URL = (HTTP + 'scinote.net/docs/release-notes/').freeze RELEASE_NOTES_URL = (HTTP + 'scinote.net/docs/release-notes/').freeze
# Default user picture avatar # Default user picture avatar
DEFAULT_AVATAR_URL = '/images/:style/missing.png'.freeze DEFAULT_AVATAR_URL = '/images/:style/missing.png'.freeze
@ -190,7 +190,7 @@ class Constants
#============================================================================= #=============================================================================
# Application version # Application version
APP_VERSION = '1.7.1'.freeze APP_VERSION = '1.7.2'.freeze
TEXT_EXTRACT_FILE_TYPES = [ TEXT_EXTRACT_FILE_TYPES = [
'application/pdf', 'application/pdf',

View file

@ -71,8 +71,8 @@ en:
tutorials: "Tutorials" tutorials: "Tutorials"
faq: "FAQ" faq: "FAQ"
release_notes: "Release notes" release_notes: "Release notes"
support: "Professional support and customization" support: "Support"
plans: "Plans" premium: "Premium"
contact: "Contact us" contact: "Contact us"
activities: activities:
none: "No activities!" none: "No activities!"