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

@@ -80,13 +80,15 @@
<h3> <i class="fa fa-frown-o fa-fw text-danger"></i> Setup requires an email in the query </h3>
Please use the setup link you received via mail.
</div>
<footer>
<span class="text-muted"><a href="https://cloudron.io" target="_blank">Cloudron</a> &copy; 2017 </span>
<span class="text-muted"><a href="https://chat.cloudron.io" target="_blank">Live Chat <i class="fa fa-comments"></i></a></span>
</footer>
</div>
</div>
<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>
</html>