diff options
author | Daniel Friesel <derf@finalrewind.org> | 2015-06-04 15:38:44 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2015-06-04 15:38:44 +0200 |
commit | 2ee8361d3ce7371e07d7d30ba071996562fb8eae (patch) | |
tree | abf6e2dbc67fb37d567aaffc2ba1f1bc2e951b20 /templates/infoscreen.html.ep | |
parent | 09b4017f020f9ba3a9e2e1464c3286365feb943c (diff) |
infoscreen template: remove about link entirely (not visible anyways)
Diffstat (limited to 'templates/infoscreen.html.ep')
-rw-r--r-- | templates/infoscreen.html.ep | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/templates/infoscreen.html.ep b/templates/infoscreen.html.ep index 28ce27c..4ca6ad5 100644 --- a/templates/infoscreen.html.ep +++ b/templates/infoscreen.html.ep @@ -76,10 +76,5 @@ sofort </ul> </div> -<div class="about"> -<a href="http://finalrewind.org/projects/db-fakedisplay/">db-fakedisplay</a> -v<%= $version %> -</div> - </body> </html> |