From 04a20ab7ec23f14d94cba08361f1142d529c1608 Mon Sep 17 00:00:00 2001 From: mlorb Date: Mon, 16 Apr 2018 17:05:22 +0200 Subject: [PATCH] change links --- app/assets/stylesheets/themes/menu_bar.scss | 1 + config/initializers/constants.rb | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/app/assets/stylesheets/themes/menu_bar.scss b/app/assets/stylesheets/themes/menu_bar.scss index 0c492a990..e85fc29e2 100644 --- a/app/assets/stylesheets/themes/menu_bar.scss +++ b/app/assets/stylesheets/themes/menu_bar.scss @@ -11,6 +11,7 @@ padding-top: 16px; position: fixed; width: 83px; + z-index: 1001; ul.nav > li { padding-right: 4px; diff --git a/config/initializers/constants.rb b/config/initializers/constants.rb index 54a793cc1..cf8116f9b 100644 --- a/config/initializers/constants.rb +++ b/config/initializers/constants.rb @@ -168,9 +168,9 @@ class Constants #============================================================================= HTTP = 'http://'.freeze - TUTORIALS_URL = (HTTP + 'scinote.net/tutorials/').freeze - SUPPORT_URL = (HTTP + 'support.scinote.net/hc/en-us').freeze - WEBINARS_URL = (HTTP + 'scinote.net/join-a-webinar/').freeze + TUTORIALS_URL = (HTTP + 'goo.gl/YH3fXA').freeze + SUPPORT_URL = (HTTP + 'goo.gl/Jb9WXx').freeze + WEBINARS_URL = (HTTP + 'goo.gl/q3GdND').freeze # Default user picture avatar DEFAULT_AVATAR_URL = '/images/:style/missing.png'.freeze