Add author and owner to Pb::Entry
authorMarius Gavrilescu <marius@ieval.ro>
Tue, 4 Feb 2014 22:37:06 +0000 (00:37 +0200)
committerMarius Gavrilescu <marius@ieval.ro>
Tue, 4 Feb 2014 22:37:06 +0000 (00:37 +0200)
lib/Gruntmaster/Page/Pb/Entry.pm

index 6df5e5e236805f7404fc81b0973b4b44d0bcffae..78560fd061b023eae962c01c98c67cdb2df4aa04 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">
This page took 0.009644 seconds and 4 git commands to generate.