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

@@ -192,12 +192,11 @@
</div>
</div>
<!-- Footer -->
<footer class="text-center ng-cloak">
<span class="text-muted">&copy; 2015-16 <a href="https://cloudron.io" target="_blank">Cloudron</a></span>
<span class="text-muted">&copy; 2017 <a href="https://cloudron.io" target="_blank">Cloudron</a></span>
<span class="text-muted"> v{{config.version}}</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">Live Chat <i class="fa fa-comments"></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>