forked from External/greenlight
add help link to center panel
This commit is contained in:
@ -76,6 +76,7 @@ en-US:
|
||||
setting_up_audio: Setting Up Audio
|
||||
viewer_overview: Viewer Overview
|
||||
presenter_overview: Moderator/Presenter Overview
|
||||
help: Help
|
||||
hi_all: Hi Everyone
|
||||
home_title: Welcome to BigBlueButton
|
||||
invite: Invite
|
||||
|
@ -16,7 +16,7 @@
|
||||
|
||||
# For details on the DSL available within this file, see http://guides.rubyonrails.org/routing.html
|
||||
Rails.application.routes.draw do
|
||||
get 'help/getting_started'
|
||||
get 'help/getting_started', as: :help
|
||||
|
||||
mount ActionCable.server => '/cable'
|
||||
|
||||
|
Reference in New Issue
Block a user