Fix typos in channel.jade; fix username regex
This commit is contained in:
parent
c213dd1374
commit
5fe5dd440e
2 changed files with 17 additions and 4 deletions
|
|
@ -43,7 +43,7 @@ html(lang="en")
|
|||
span.input-group-addon Guest login
|
||||
input#guestname.form-control(type="text", placeholder="Name")
|
||||
#videowrap.col-lg-7.col-md-7
|
||||
p#currenttitle Nothing Playling
|
||||
p#currenttitle Nothing Playing
|
||||
#ytapiplayer
|
||||
#controlsrow.row
|
||||
#leftcontrols.col-lg-5.col-md-5
|
||||
|
|
@ -134,7 +134,7 @@ html(lang="en")
|
|||
.modal-dialog
|
||||
.modal-content
|
||||
.modal-header
|
||||
button.close(data-dismiss="modal", aria-hidden="true")×
|
||||
button.close(data-dismiss="modal", aria-hidden="true") ×
|
||||
h4 User Preferences
|
||||
ul.nav.nav-tabs
|
||||
li: a(href="#us-general", data-toggle="tab") General
|
||||
|
|
@ -155,7 +155,7 @@ html(lang="en")
|
|||
.modal-dialog
|
||||
.modal-content
|
||||
.modal-header
|
||||
button.close(data-dismiss="modal", aria-hidden="true")×
|
||||
button.close(data-dismiss="modal", aria-hidden="true") ×
|
||||
h4 Channel Settings
|
||||
ul.nav.nav-tabs
|
||||
li: a(href="#cs-miscoptions" data-toggle="tab") General Settings
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue