1
0
mirror of https://gitlab.com/Deukhoofd/BattleSim.git synced 2025-09-02 08:57:19 +00:00
2016-02-01 23:19:30 +01:00

16 lines
421 B
Plaintext

extends ../layout
block content
.m4.mt-header.pt1
h2 Your replays
#all-replays.row-fluid
block footer
script(src=asset_path('js/data.js'))
script(src=asset_path('js/vendor.js'))
script(src=asset_path('js/templates.js'))
script(src=asset_path('js/replays.js'))
script.
var replays = new Replays(!{JSON.stringify(replays)});
new ReplayView({el: '#all-replays', collection: replays}).render();