From: Marius Gavrilescu <marius@ieval.ro> Date: Tue, 25 Mar 2014 08:45:18 +0000 (+0200) Subject: Change "pstoping" to "pending" X-Git-Url: http://git.ieval.ro/?a=commitdiff_plain;h=e74d16f742a71ef86f085b1529ba12764d69625c;p=gruntmaster-page.git Change "pstoping" to "pending" --- diff --git a/tmpl/ct.en b/tmpl/ct.en index 038fef0..9420708 100644 --- a/tmpl/ct.en +++ b/tmpl/ct.en @@ -12,13 +12,13 @@ </table> </tmpl_if> -<tmpl_if pstoping> -<h1>Pstoping contests</h1> +<tmpl_if pending> +<h1>Pending contests</h1> <table border class="table table-bordered table-striped"> <thead> <tr><th>Name<th>Start date<th>Stop date<th>Owner <tbody> -<tmpl_loop pstoping><tr><td><a href="/ct/<tmpl_var id>"><tmpl_var name></a> +<tmpl_loop pending><tr><td><a href="/ct/<tmpl_var id>"><tmpl_var name></a> <td><%perl __OUT__ POSIX::strftime '%c', localtime __CURRENT__->{start}; %> <td><%perl __OUT__ POSIX::strftime '%c', localtime __CURRENT__->{stop}; %> <td><a href="/us/<tmpl_var owner>"><tmpl_if owner_name><tmpl_var owner_name><tmpl_else><tmpl_var owner></tmpl_if></a>