summaryrefslogtreecommitdiff
path: root/lib/DBInfoscreen
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2019-06-03 15:15:08 +0200
committerDaniel Friesel <derf@finalrewind.org>2019-06-03 15:15:08 +0200
commit11ddc957805e1a6b54e2fecbe4121d2c9e5c4a9e (patch)
treee99a5dba70572b1511ced301fa9caf02448d07e0 /lib/DBInfoscreen
parentb0529c9c9b88a25942b4661f370cb78669d301b3 (diff)
add an about page
Diffstat (limited to 'lib/DBInfoscreen')
-rw-r--r--lib/DBInfoscreen/Controller/Static.pm6
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/DBInfoscreen/Controller/Static.pm b/lib/DBInfoscreen/Controller/Static.pm
index 434facd..ba2cd89 100644
--- a/lib/DBInfoscreen/Controller/Static.pm
+++ b/lib/DBInfoscreen/Controller/Static.pm
@@ -43,6 +43,12 @@ sub geolocation {
);
}
+sub about {
+ my ($self) = @_;
+
+ $self->render( 'about', hide_opts => 1 );
+}
+
sub privacy {
my ($self) = @_;