getting started page

This commit is contained in:
Zachary Chai
2017-02-16 17:03:58 -05:00
parent c8f8f09226
commit 64ac93f65f
6 changed files with 145 additions and 0 deletions

View File

@ -71,6 +71,11 @@ en-US:
enter_name: Enter your name
enter_meeting_name: Enter a meeting name to start
footer_html: Powered by %{bbb_link}
getting_started_page:
title: Getting Started Quickly
setting_up_audio: Setting Up Audio
viewer_overview: Viewer Overview
presenter_overview: Moderator/Presenter Overview
hi_all: Hi Everyone
home_title: Welcome to BigBlueButton
invite: Invite

View File

@ -16,6 +16,8 @@
# 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'
mount ActionCable.server => '/cable'
resources :users, only: [:edit, :update]