diff options
Diffstat (limited to 'templates/layouts/parts')
-rw-r--r-- | templates/layouts/parts/footer.twig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/layouts/parts/footer.twig b/templates/layouts/parts/footer.twig index e986963a..cf201281 100644 --- a/templates/layouts/parts/footer.twig +++ b/templates/layouts/parts/footer.twig @@ -28,7 +28,7 @@ <a href="{{ config('faq_url') }}">{{ __('FAQ') }}</a> · <a href="{{ config('contact_email') }}"> <span class="glyphicon glyphicon-envelope"></span> {{ __('Contact') }} - </a> + </a> · <a href="https://github.com/engelsystem/engelsystem/issues">{{ __('Bugs / Features') }}</a> · <a href="https://github.com/engelsystem/engelsystem/">{{ __('Development Platform') }}</a> · <a href="{{ url('credits') }}">{{ __('Credits') }}</a> |