diff options
author | Daniel Friesel <derf@finalrewind.org> | 2019-06-03 15:15:08 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2019-06-03 15:15:08 +0200 |
commit | 11ddc957805e1a6b54e2fecbe4121d2c9e5c4a9e (patch) | |
tree | e99a5dba70572b1511ced301fa9caf02448d07e0 /lib/DBInfoscreen/Controller/Static.pm | |
parent | b0529c9c9b88a25942b4661f370cb78669d301b3 (diff) |
add an about page
Diffstat (limited to 'lib/DBInfoscreen/Controller/Static.pm')
-rw-r--r-- | lib/DBInfoscreen/Controller/Static.pm | 6 |
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) = @_; |