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

21 lines
738 B
Plaintext
Raw Normal View History

2015-08-04 18:59:24 +02:00
extends ./prototype_interactive
block title
title #{title} - Prototype - Arrows
block configjs
2016-01-08 16:05:09 +01:00
script GLOB.Recommendation = #{recommendationStyle}; GLOB.coinConfig = {type : Coin.Config.SOME, ids : [#{coins}]};
if (lowRes === true)
script GLOB.lowRes = true; GLOB.hideBeforeLoading = true;
2015-08-04 18:59:24 +02:00
block lastbutton
button#next.btn.btn-success.navbar-btn(style={'margin-right':'10px', 'margin-bottom':'10px', 'display':'none'})
2015-08-04 18:59:24 +02:00
span Go to the next step
//-block preciseDescription
p
| Recommended views are displayed with a
| transparent blue arrow. They disappear when you
| come closer to them, and shows the motion between
| your current position and the recommendation.