projects
/
gruntmaster-data.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4aa919c
)
Add a finished key to contest_entry
author
Marius Gavrilescu
<marius@ieval.ro>
Thu, 5 Feb 2015 14:31:13 +0000
(16:31 +0200)
committer
Marius Gavrilescu
<marius@ieval.ro>
Thu, 5 Feb 2015 14:31:13 +0000
(16:31 +0200)
lib/Gruntmaster/Data.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/Gruntmaster/Data.pm
b/lib/Gruntmaster/Data.pm
index ed40c3744ca5582ee3fb6001a31512548bf7c3ff..40751bed17ca6c02cd05b04e8beb3c3f16880630 100644
(file)
--- a/
lib/Gruntmaster/Data.pm
+++ b/
lib/Gruntmaster/Data.pm
@@
-132,7
+132,7
@@
sub contest_list {
sub contest_entry {
my ($self, $id) = @_;
my $ct = $self->contest($id);
- +{ $ct->get_columns, started => !$ct->is_pending, owner_name => $ct->owner->name }
+ +{ $ct->get_columns, started => !$ct->is_pending,
finished => $ct->is_finished,
owner_name => $ct->owner->name }
}
sub job_list {
This page took
0.030834 seconds
and
4
git commands to generate.