summaryrefslogtreecommitdiff
path: root/lib/VNDB/Handler/Producers.pm
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2009-10-10 12:46:43 +0200
committerYorhel <git@yorhel.nl>2009-10-10 12:46:43 +0200
commit1e125f67ab50a5de477c538b3f7dd27a9ec3c62f (patch)
tree785cd10412c9b990e7e1c96d07d839743064ff1f /lib/VNDB/Handler/Producers.pm
parent4c4546ca2410844effb2edc72b80a3e1f8465f71 (diff)
Updated Producer and VN pages with developer/publisher information
Diffstat (limited to 'lib/VNDB/Handler/Producers.pm')
-rw-r--r--lib/VNDB/Handler/Producers.pm2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/VNDB/Handler/Producers.pm b/lib/VNDB/Handler/Producers.pm
index e6477567..241ff00c 100644
--- a/lib/VNDB/Handler/Producers.pm
+++ b/lib/VNDB/Handler/Producers.pm
@@ -75,6 +75,8 @@ sub page {
lit $self->{l10n}->datestr($_->{date});
end;
a href => "/v$_->{id}", title => $_->{original}, $_->{title};
+ b class => 'grayedout', ' ('.join(', ',
+ $_->{developer} ? mt '_prodpage_dev' : (), $_->{publisher} ? mt '_prodpage_pub' : ()).')';
end;
}
end;