add link to Mastodon on error pages
This commit is contained in:
parent
3135f333e6
commit
5c1d8d5673
|
@ -137,6 +137,9 @@
|
|||
<i>Please retry what you just did. If the problem persists, don't hesitate to contact us:</i>
|
||||
</p>
|
||||
<ul class="links mt-0">
|
||||
<li>
|
||||
<a href="https://fosstodon.org/@retrospring">Mastodon: @retrospring@fosstodon.org</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://twitter.com/Retrospring">Twitter: @Retrospring</a>
|
||||
</li>
|
||||
|
@ -160,4 +163,4 @@
|
|||
}
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
|
|
|
@ -137,6 +137,9 @@
|
|||
<i>We get notified about issues, but feel free to contact us:</i>
|
||||
</p>
|
||||
<ul class="links mt-0">
|
||||
<li>
|
||||
<a href="https://fosstodon.org/@retrospring">Mastodon: @retrospring@fosstodon.org</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://twitter.com/Retrospring">Twitter: @Retrospring</a>
|
||||
</li>
|
||||
|
@ -160,4 +163,4 @@
|
|||
}
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
|
|
|
@ -80,6 +80,7 @@
|
|||
</div>
|
||||
<div class="links">
|
||||
<a href="https://github.com/Retrospring/retrospring/issues">Bug tracker</a> ·
|
||||
<a href="https://fosstodon.org/@retrospring">Mastodon</a> ·
|
||||
<a href="https://twitter.com/retrospring">Twitter</a>
|
||||
</div>
|
||||
</body>
|
||||
|
|
Loading…
Reference in New Issue