mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-02-06 06:56:54 +08:00
Merge pull request #1096 from mlorb/ml-sci-2125-v2
Change links in help [SCI-2125]
This commit is contained in:
commit
b13e997350
2 changed files with 4 additions and 3 deletions
|
@ -11,6 +11,7 @@
|
||||||
padding-top: 16px;
|
padding-top: 16px;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
width: 83px;
|
width: 83px;
|
||||||
|
z-index: 1001;
|
||||||
|
|
||||||
ul.nav > li {
|
ul.nav > li {
|
||||||
padding-right: 4px;
|
padding-right: 4px;
|
||||||
|
|
|
@ -168,9 +168,9 @@ class Constants
|
||||||
#=============================================================================
|
#=============================================================================
|
||||||
|
|
||||||
HTTP = 'http://'.freeze
|
HTTP = 'http://'.freeze
|
||||||
TUTORIALS_URL = (HTTP + 'scinote.net/tutorials/').freeze
|
TUTORIALS_URL = (HTTP + 'goo.gl/YH3fXA').freeze
|
||||||
SUPPORT_URL = (HTTP + 'support.scinote.net/hc/en-us').freeze
|
SUPPORT_URL = (HTTP + 'goo.gl/Jb9WXx').freeze
|
||||||
WEBINARS_URL = (HTTP + 'scinote.net/join-a-webinar/').freeze
|
WEBINARS_URL = (HTTP + 'goo.gl/q3GdND').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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue