diff options
author | Philip Häusler <msquare@notrademark.de> | 2014-12-15 19:00:43 +0100 |
---|---|---|
committer | Philip Häusler <msquare@notrademark.de> | 2014-12-15 19:00:43 +0100 |
commit | af091594c47c1de180b012640667a85fc2247601 (patch) | |
tree | 1e7ae645de92f5019d293af525e1aed4e678a00f /templates | |
parent | f39df75b4e8009d6d56fc7b139121b4047a45b1f (diff) |
new bug link
Diffstat (limited to 'templates')
-rw-r--r-- | templates/layout.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/layout.html b/templates/layout.html index af65c946..dba4753d 100644 --- a/templates/layout.html +++ b/templates/layout.html @@ -36,7 +36,7 @@ <div class="col-md-12"> <hr /> <div class="text-center footer"> - <a href="%faq_url%">FAQ</a> · <a href="mailto:erzengel@lists.ccc.de"><span class="glyphicon glyphicon-envelope"></span> Contact</a> · <a href="mailto:bugs@engelsystem.de"><span class="glyphicon glyphicon-envelope"></span> Bugs / Features</a> · <a + <a href="%faq_url%">FAQ</a> · <a href="mailto:erzengel@lists.ccc.de"><span class="glyphicon glyphicon-envelope"></span> Contact</a> · <a href="https://github.com/engelsystem/engelsystem/issues">Bugs / Features</a> · <a href="https://github.com/engelsystem/engelsystem/">Development Platform</a> · <a href="?p=credits">Credits</a> </div> </div> |