Start on tour UI and make some small changes to the overall Quay UI
This commit is contained in:
parent
654c50b90d
commit
c244f367ba
9 changed files with 347 additions and 122 deletions
|
@ -67,6 +67,13 @@ def guide():
|
|||
return index('')
|
||||
|
||||
|
||||
@web.route('/tour/')
|
||||
@web.route('/tour/<path:path>')
|
||||
@no_cache
|
||||
def tour(path = ''):
|
||||
return index('')
|
||||
|
||||
|
||||
@web.route('/tutorial/')
|
||||
@no_cache
|
||||
def tutorial():
|
||||
|
|
Reference in a new issue