add link to Mastodon on error pages

This commit is contained in:
Georg Gadinger 2023-01-22 21:29:07 +01:00
parent 3135f333e6
commit 5c1d8d5673
3 changed files with 9 additions and 2 deletions

View File

@ -137,6 +137,9 @@
<i>Please retry what you just did. If the problem persists, don't hesitate to contact us:</i> <i>Please retry what you just did. If the problem persists, don't hesitate to contact us:</i>
</p> </p>
<ul class="links mt-0"> <ul class="links mt-0">
<li>
<a href="https://fosstodon.org/@retrospring">Mastodon: @retrospring@fosstodon.org</a>
</li>
<li> <li>
<a href="https://twitter.com/Retrospring">Twitter: @Retrospring</a> <a href="https://twitter.com/Retrospring">Twitter: @Retrospring</a>
</li> </li>
@ -160,4 +163,4 @@
} }
</script> </script>
</body> </body>
</html> </html>

View File

@ -137,6 +137,9 @@
<i>We get notified about issues, but feel free to contact us:</i> <i>We get notified about issues, but feel free to contact us:</i>
</p> </p>
<ul class="links mt-0"> <ul class="links mt-0">
<li>
<a href="https://fosstodon.org/@retrospring">Mastodon: @retrospring@fosstodon.org</a>
</li>
<li> <li>
<a href="https://twitter.com/Retrospring">Twitter: @Retrospring</a> <a href="https://twitter.com/Retrospring">Twitter: @Retrospring</a>
</li> </li>
@ -160,4 +163,4 @@
} }
</script> </script>
</body> </body>
</html> </html>

View File

@ -80,6 +80,7 @@
</div> </div>
<div class="links"> <div class="links">
<a href="https://github.com/Retrospring/retrospring/issues">Bug tracker</a> &middot; <a href="https://github.com/Retrospring/retrospring/issues">Bug tracker</a> &middot;
<a href="https://fosstodon.org/@retrospring">Mastodon</a> &middot;
<a href="https://twitter.com/retrospring">Twitter</a> <a href="https://twitter.com/retrospring">Twitter</a>
</div> </div>
</body> </body>