Remove webinar button [SCI-3664] (#1906)

* Remove webinar button

* Remove constants and i18n
This commit is contained in:
aignatov-bio 2019-07-09 14:01:09 +02:00 committed by GitHub
parent fc78d8f401
commit 1a75a31647
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 0 additions and 5 deletions

View file

@ -81,9 +81,6 @@
<li><%= link_to t('left_menu_bar.support_links.tutorials'),
Constants::TUTORIALS_URL,
target: "_blank" %></li>
<li><%= link_to t('left_menu_bar.support_links.webinars'),
Constants::WEBINARS_URL,
target: "_blank" %></li>
</ul>
</li>
<li class="<%= "active" if settings_are_selected? %>">

View file

@ -200,7 +200,6 @@ class Constants
HTTP = 'http://'.freeze
TUTORIALS_URL = (HTTP + 'goo.gl/YH3fXA').freeze
SUPPORT_URL = (HTTP + 'goo.gl/Jb9WXx').freeze
WEBINARS_URL = (HTTP + 'goo.gl/T2QYAd').freeze
# Default user picture avatar
DEFAULT_AVATAR_URL = '/images/:style/missing.png'.freeze

View file

@ -134,7 +134,6 @@ en:
support_links:
support: "Support Center"
tutorials: "Video tutorials"
webinars: "Webinars"
sidebar:
title: "Navigation"