]> iEval git - plack-app-gruntmaster.git/blobdiff - lib/Gruntmaster/Page/Pb/Entry.pm
Rebuild themes without unused components
[plack-app-gruntmaster.git] / lib / Gruntmaster / Page / Pb / Entry.pm
index 6df5e5e236805f7404fc81b0973b4b44d0bcffae..4eacd4e0f56ab2eccbc1c63f4c53690bfd06df30 100644 (file)
@@ -15,6 +15,11 @@ use constant TEMPLATES => {
 </div>
 
 <div class="col-md-3">
+<dl class="dl-horizontal">
+<dt>Author</dt> <dd><tmpl_var author></dd>
+<dt>Owner</dt> <dd><tmpl_var owner></dd>
+</dl>
+
 <tmpl_if cansubmit>
 <h1>Submit solution</h1>
 <form action="https://gm.ieval.ro/action/submit" method="POST" enctype="multipart/form-data" role="form">
@@ -35,8 +40,8 @@ HTML
 };
 
 sub _generate{
-       my ($self, $htc, $lang, $logger, $contest, $id) = @_;
-       debug $logger => "language is '$lang', contest is '$contest', id is '$id'";
+       my ($self, $htc, $lang, $env, $contest, $id) = @_;
+       debug $env => "language is '$lang', contest is '$contest', id is '$id'";
 
        $htc->param(cansubmit => 1);
        if ($contest) {
This page took 0.025719 seconds and 4 git commands to generate.