3d-interface/controllers/prototype/views/replay_index.jade

14 lines
353 B
Plaintext

extends ../../../views/main
block title
title #{title} - Prototype - Replays
block content
h2 Replays available
if users.length == 0
p Sorry, there are no replays available... try later or do an experiment !
else
ol
each elt in users
li <a href="/prototype/replay/#{elt.id}">#{elt.name}</a>