mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-04-26 14:03:28 -04:00
Add changelog link to /teacher/courses
This commit is contained in:
parent
2f63c11024
commit
5884a7ce8d
2 changed files with 3 additions and 0 deletions
app
|
@ -1240,6 +1240,7 @@
|
|||
length: "Length:"
|
||||
title: "Courses" # Flat style redesign
|
||||
subtitle: "Review course guidelines, solutions, and levels"
|
||||
changelog: "View latest changes to course levels."
|
||||
select_language: "Select language"
|
||||
select_level: "Select level"
|
||||
play_level: "Play Level"
|
||||
|
|
|
@ -17,6 +17,8 @@ block content
|
|||
.container
|
||||
h1(data-i18n="courses.title")
|
||||
h2(data-i18n="courses.subtitle")
|
||||
p
|
||||
a(href="https://discourse.codecombat.com/t/course-level-changelog/7352" data-i18n="courses.changelog")
|
||||
|
||||
.courses.container
|
||||
- var courses = view.courses.models;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue