mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-27 17:45:40 -05:00
Change top nav Courses link to Students
This commit is contained in:
parent
1feb8a26a4
commit
93194d4f1e
3 changed files with 3 additions and 2 deletions
|
@ -118,6 +118,7 @@
|
|||
about: "About"
|
||||
contact: "Contact"
|
||||
twitter_follow: "Follow"
|
||||
students: "Students"
|
||||
teachers: "Teachers"
|
||||
careers: "Careers"
|
||||
facebook: "Facebook"
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
li
|
||||
a(href="/about", data-i18n="nav.about")
|
||||
li
|
||||
a(href="/courses", data-i18n="nav.courses")
|
||||
a(href="/courses", data-i18n="nav.students")
|
||||
li
|
||||
a(href="/teachers/classes", data-i18n="nav.teachers")
|
||||
li
|
||||
|
|
|
@ -9,7 +9,7 @@ block header
|
|||
a(href="/")
|
||||
span.glyphicon.glyphicon-home
|
||||
a(href='/teachers', data-i18n="nav.teachers")
|
||||
a(href='/courses', data-i18n="nav.courses")
|
||||
a(href='/courses', data-i18n="nav.students")
|
||||
a(href=view.forumLink(), data-i18n="nav.forum")
|
||||
a(href='/community', data-i18n="nav.community")
|
||||
|
||||
|
|
Loading…
Reference in a new issue