mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-04-26 05:53:39 -04:00
Update /courses teacher link
Go to /courses/teachers instead of /teachers
This commit is contained in:
parent
6de5a6b773
commit
97114e6fe3
1 changed files with 3 additions and 2 deletions
|
@ -2,7 +2,8 @@ extends /templates/base
|
|||
|
||||
block content
|
||||
.pull-right
|
||||
a(href="/teachers") Teachers, click here!
|
||||
a(href="/courses/teachers") Teachers, click here!
|
||||
br
|
||||
|
||||
#main-content
|
||||
if me.isAnonymous()
|
||||
|
@ -158,4 +159,4 @@ mixin course-instance-body(courseInstance)
|
|||
.progress
|
||||
.progress-bar(style="width:"+stats.levels.pctDone)= stats.levels.pctDone
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue