Add twitter to the webadmin footer and make the footer more prominent

This commit is contained in:
Johannes Zellner
2016-07-29 17:37:17 +02:00
parent d0cf698dfa
commit 30e936263c
2 changed files with 8 additions and 13 deletions

View File

@@ -220,8 +220,9 @@
<!-- Footer -->
<footer class="text-center">
<span class="text-muted">Copyright &copy; <a href="https://cloudron.io" target="_blank">Cloudron</a> 2014-16</span>
<span class="text-muted"> {{config.version}}</span>
<span class="text-muted">Copyright 2014-16 <a href="https://cloudron.io" target="_blank">Cloudron</a></span>
<span class="text-muted"> Version {{config.version}}</span>
<span class="text-muted"><a href="http://twitter.com/cloudron_io" target="_blank">Follow us on Twitter <i class="fa fa-twitter"></i></a></span>
</footer>
</body>