mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-03-14 07:00:01 -04:00
Fix arena back-to-levels link
This commit is contained in:
parent
855d38dfcc
commit
21233e631d
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ block content
|
|||
if view.leagueType === 'course' && view.course
|
||||
#course-header
|
||||
#course-details-link
|
||||
a(href="/courses/{#view.course.id}/{#view.league.id}")
|
||||
a(href="/courses/#{view.course.id}/#{view.league.id}")
|
||||
span.glyphicon.glyphicon-arrow-left
|
||||
span.spl Levels
|
||||
|
||||
|
|
Loading…
Reference in a new issue