mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-05-04 09:53:55 -04: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
app
|
@ -118,6 +118,7 @@
|
||||||
about: "About"
|
about: "About"
|
||||||
contact: "Contact"
|
contact: "Contact"
|
||||||
twitter_follow: "Follow"
|
twitter_follow: "Follow"
|
||||||
|
students: "Students"
|
||||||
teachers: "Teachers"
|
teachers: "Teachers"
|
||||||
careers: "Careers"
|
careers: "Careers"
|
||||||
facebook: "Facebook"
|
facebook: "Facebook"
|
||||||
|
|
|
@ -20,7 +20,7 @@
|
||||||
li
|
li
|
||||||
a(href="/about", data-i18n="nav.about")
|
a(href="/about", data-i18n="nav.about")
|
||||||
li
|
li
|
||||||
a(href="/courses", data-i18n="nav.courses")
|
a(href="/courses", data-i18n="nav.students")
|
||||||
li
|
li
|
||||||
a(href="/teachers/classes", data-i18n="nav.teachers")
|
a(href="/teachers/classes", data-i18n="nav.teachers")
|
||||||
li
|
li
|
||||||
|
|
|
@ -9,7 +9,7 @@ block header
|
||||||
a(href="/")
|
a(href="/")
|
||||||
span.glyphicon.glyphicon-home
|
span.glyphicon.glyphicon-home
|
||||||
a(href='/teachers', data-i18n="nav.teachers")
|
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=view.forumLink(), data-i18n="nav.forum")
|
||||||
a(href='/community', data-i18n="nav.community")
|
a(href='/community', data-i18n="nav.community")
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue