mirror of https://github.com/calzoneman/sync.git
General Settings should be selected by default in channel settings
This commit is contained in:
parent
a6d0ae5993
commit
952b2d66d3
|
@ -178,7 +178,7 @@ html(lang="en")
|
|||
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
|
||||
li.active: a(href="#cs-miscoptions", data-toggle="tab") General Settings
|
||||
li: a(href="#cs-adminoptions", data-toggle="tab") Admin Settings
|
||||
li.dropdown
|
||||
a#cs-edit-dd-toggle(href="#", data-toggle="dropdown") Edit
|
||||
|
|
|
@ -45,7 +45,7 @@ mixin textbox-auto(id, label, placeholder)
|
|||
input.form-control.cs-textbox(id=id, type="text")
|
||||
|
||||
mixin miscoptions
|
||||
#cs-miscoptions.tab-pane
|
||||
#cs-miscoptions.tab-pane.active
|
||||
h4 General Settings
|
||||
form.form-horizontal(action="javascript:void(0)")
|
||||
mixin rcheckbox-auto("cs-allow_voteskip", "Allow voteskip")
|
||||
|
|
Loading…
Reference in New Issue