]> iEval git - plack-app-gruntmaster.git/blobdiff - lib/Gruntmaster/Page/Ct/Entry.pm
Add standings
[plack-app-gruntmaster.git] / lib / Gruntmaster / Page / Ct / Entry.pm
index 625020d8372e1ee0f01f8cb1e468c1c898c28b43..725e3e9ef9aaf222dfb3973612142fe5764d67e4 100644 (file)
@@ -14,7 +14,7 @@ use POSIX qw/strftime/;
 use YAML::Any qw/LoadFile/;
 use File::Basename qw/fileparse/;
 use File::Slurp qw/slurp/;
-use Gruntmaster::Page qw/header footer/;
+use Gruntmaster::Page::Common qw/header footer/;
 
 use constant TITLE => '<tmpl_var name>';
 
@@ -25,7 +25,7 @@ Contest end time: <tmpl_var end><p>
 
 <tmpl_if started><a href="pb/">Problems</a><br>
 <a href="log/">Job log</a><br>
-<a href="st/">Standings</a></tmpl_if>
+<a href="log/st.var">Standings</a></tmpl_if>
 HTML
 );
 
This page took 0.021903 seconds and 4 git commands to generate.