Change "pstoping" to "pending"
authorMarius Gavrilescu <marius@ieval.ro>
Tue, 25 Mar 2014 08:45:18 +0000 (10:45 +0200)
committerMarius Gavrilescu <marius@ieval.ro>
Tue, 25 Mar 2014 08:45:18 +0000 (10:45 +0200)
tmpl/ct.en

index 038fef0197c055f6fdcccd8e09f15c9c40aa4557..9420708957ff66c8215ae2fd20aed42c2f4927c8 100644 (file)
 </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>
This page took 0.011016 seconds and 4 git commands to generate.