Removed useless buttons from replays...

This commit is contained in:
Thomas FORGIONE
2015-06-02 14:14:32 +02:00
parent 08ca21664d
commit 13485d8e6c
3 changed files with 35 additions and 27 deletions

View File

@@ -1,11 +1,17 @@
extends ./prototype
extends ../../../views/withjs
block title
title #{title} - Prototype - Replay
title #{title} - Prototype
block configjs
block extrajs
script(src="/static/js/prototypetools.min.js")
script RecommendedCamera = FixedCamera;
script var params = params || {}; params.get = params.get || {}; params.get.id = #{id};
block mainjs
script(src="/static/js/replay.min.js")
block extrahead
link(rel="stylesheet" href="/static/css/prototype.css")
block content
#main-div.panel-group(style={'margin-top':'10px', 'margin-bottom':'10px'})
#container(style={'padding': '0px', 'margin': '0px'}, tabindex="1")