diff options
author | Daniel Friesel <derf@finalrewind.org> | 2019-03-08 19:12:23 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2019-03-08 19:12:23 +0100 |
commit | 42385e4d553b90f7176e9d3d85c732748703375d (patch) | |
tree | 7a0d6dcecc361fdcffde783d72fb89cf7d818c71 /templates/about.html.ep | |
parent | ff6a7512d5bc4d06893e25e821ff6789ef398227 (diff) |
add link to github issues
Diffstat (limited to 'templates/about.html.ep')
-rw-r--r-- | templates/about.html.ep | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/templates/about.html.ep b/templates/about.html.ep index ac68d23..fc52f2a 100644 --- a/templates/about.html.ep +++ b/templates/about.html.ep @@ -11,6 +11,16 @@ </div> </div> +<div class="row"> + <div class="col s3 m3 l3"> + </div> + <div class="col s6 m6 l6 center-align"> + <a href="https://github.com/derf/travelynx/issues" class="waves-effect waves-light btn"><i class="material-icons left">bug_report</i>Bugs?</a> + </div> + <div class="col s3 m3 l3"> + </div> +</div> + % if (-e 'templates/imprint.html.ep') { %= include 'imprint' % } |