3d-interface/server/controllers/prototype/views/tutorial.jade

16 lines
508 B
Plaintext
Raw Normal View History

2015-05-26 11:49:24 +02:00
extends ./prototype
2015-06-10 10:06:14 +02:00
block append extrahead
link(rel="stylesheet", href="/static/css/tutorial.css")
2015-05-26 11:49:24 +02:00
block title
title #{title} - Prototype - Tutorial
block configjs
2016-01-08 16:05:09 +01:00
script GLOB.Recommendation = L3D.ArrowRecommendation; GLOB.coinConfig = {type : Coin.Config.SOME, ids : [#{coins}]};
2015-05-26 11:49:24 +02:00
script(src="/static/js/tutorial.min.js")
2015-07-30 13:11:28 +02:00
block lastbutton
button#next.btn.btn-success.navbar-btn(style={'margin-right':'10px', 'margin-bottom':'10px', 'display':'none'})
span Go to the next step