mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-30 19:06:59 -05:00
Set up the ladder play modal to point to the tutorial level dynamically.
This commit is contained in:
parent
610fc0694b
commit
cf2a0a999e
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ block modal-body-content
|
||||||
p.tutorial-suggestion
|
p.tutorial-suggestion
|
||||||
span Not sure what's going on?
|
span Not sure what's going on?
|
||||||
|
|
|
|
||||||
a(href="/play/level/brawlwood-tutorial") Play the tutorial first.
|
a(href="/play/level/#{levelID}-tutorial") Play the tutorial first.
|
||||||
|
|
||||||
a(href="/play/level/#{levelID}?team=#{teamID}")
|
a(href="/play/level/#{levelID}?team=#{teamID}")
|
||||||
div.play-option
|
div.play-option
|
||||||
|
|
Loading…
Reference in a new issue