mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-03-14 07:00:01 -04:00
Show projects in TeacherClassView, proper font in first web-dev project level for now for demo
This commit is contained in:
parent
9ad7376edf
commit
9ae5109e40
2 changed files with 8 additions and 4 deletions
|
@ -17,6 +17,9 @@
|
|||
<script src="/javascripts/app/vendor/aether-html.js"></script>
|
||||
|
||||
<style>
|
||||
@import 'https://fonts.googleapis.com/css?family=Holtwood+One+SC';
|
||||
/* Import that font for demoing web-dev levels until @import ordering bug is fixed */
|
||||
|
||||
* {
|
||||
transition: 1s ease-in-out;
|
||||
}
|
||||
|
|
|
@ -122,10 +122,11 @@ block content
|
|||
li(class=(activeTab === "#enrollment-status-tab" ? 'active' : ''))
|
||||
a.course-progress-tab-btn(href='#enrollment-status-tab')
|
||||
.small-details.text-center(data-i18n='teacher.enrollment_status')
|
||||
//.tab-spacer
|
||||
//li(class=(activeTab === "#student-projects-tab" ? 'active' : ''))
|
||||
// a.course-progress-tab-btn(href='#student-projects-tab')
|
||||
// .small-details.text-center(data-i18n='teacher.projects')
|
||||
if _.find(view.courses.models, function(c) { return /dev/.test(c.get('slug')); })
|
||||
.tab-spacer
|
||||
li(class=(activeTab === "#student-projects-tab" ? 'active' : ''))
|
||||
a.course-progress-tab-btn(href='#student-projects-tab')
|
||||
.small-details.text-center(data-i18n='teacher.projects')
|
||||
.tab-filler
|
||||
|
||||
.tab-content
|
||||
|
|
Loading…
Reference in a new issue