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>
|
<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>
|
||||||
|
|
|
@ -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>
|
||||||
|
|
|
@ -80,6 +80,7 @@
|
||||||
</div>
|
</div>
|
||||||
<div class="links">
|
<div class="links">
|
||||||
<a href="https://github.com/Retrospring/retrospring/issues">Bug tracker</a> ·
|
<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>
|
<a href="https://twitter.com/retrospring">Twitter</a>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
|
|
Loading…
Reference in New Issue