mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-23 23:58:02 -05:00
Switch back active tab, was switched for testing
This commit is contained in:
parent
1f37f12cc5
commit
91b8f9bb40
1 changed files with 2 additions and 2 deletions
|
@ -13,7 +13,7 @@ block content
|
|||
a(href="#manage-tab-pane" aria-controls="manage" role="tab" data-toggle="tab") Manage
|
||||
|
||||
.tab-content
|
||||
#courses-tab-pane.tab-pane.well
|
||||
#courses-tab-pane.tab-pane.well.active
|
||||
h3 Your Courses
|
||||
- var courseInstances = view.courseInstances.sliceWithMembers();
|
||||
if !_.size(courseInstances)
|
||||
|
@ -62,7 +62,7 @@ block content
|
|||
|
||||
|
||||
|
||||
#manage-tab-pane.tab-pane.well.active
|
||||
#manage-tab-pane.tab-pane.well
|
||||
|
||||
p Create a class and add students to it.
|
||||
|
||||
|
|
Loading…
Reference in a new issue