1
0
Fork 0
mirror of synced 2024-07-05 22:51:24 +12:00
appwrite/app/views/console/comps/footer.phtml

16 lines
570 B
PHTML
Raw Normal View History

2019-05-09 18:54:39 +12:00
<footer class="clear margin-top-xl">
<ul class="copyright pull-start">
<li>
2019-05-12 18:30:22 +12:00
<a href="https://github.com/appwrite" target="_blank">Github Project</a>
2019-05-09 18:54:39 +12:00
</li>
<li>
2019-05-12 18:30:22 +12:00
<a href="https://github.com/appwrite/appwrite/issues/new?body=%0A%0A%0A---%0AAppwrite Version:%20<?php echo VERSION; ?>" target="_blank">Open an Issue</a>
2019-05-09 18:54:39 +12:00
</li>
<li>
2019-05-12 18:30:22 +12:00
<a href="https://appwrite.io/docs" target="_blank">Documentation</a>
2019-05-09 18:54:39 +12:00
</li>
<li>
2019-05-12 18:30:22 +12:00
<?php echo VERSION; ?>
2019-05-09 18:54:39 +12:00
</li>
</ul>
</footer>