Update and sync the footer in all webadmin pages

This commit is contained in:
Johannes Zellner
2017-01-26 13:20:00 -08:00
parent 88fc7ca915
commit 1e14f8e2b9
7 changed files with 39 additions and 22 deletions

View File

@@ -102,8 +102,10 @@
</div>
</div>
<footer>
<span class="text-muted"><a href="mailto: support@cloudron.io">Contact Support</a> - Copyright &copy; <a href="https://cloudron.io" target="_blank">Cloudron</a> 2017</span>
<footer class="text-center">
<span class="text-muted">&copy;2017 <a href="https://cloudron.io" target="_blank">Cloudron</a></span>
<span class="text-muted"><a href="https://twitter.com/cloudron_io" target="_blank">Twitter <i class="fa fa-twitter"></i></a></span>
<span class="text-muted"><a href="https://chat.cloudron.io" target="_blank">Chat <i class="fa fa-comments"></i></a></span>
</footer>
</body>