mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-04-10 09:59:08 -04:00
Make footer revision clickable (#3306)
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
<div class="jumbotron push-spaces">
|
||||
<strong><?php echo $this->lang->line('common_copyrights', date('Y')); ?> ·
|
||||
<a href="https://opensourcepos.org" target="_blank"><?php echo $this->lang->line('common_website'); ?></a> ·
|
||||
<?php echo $this->config->item('application_version'); ?> - <?php echo substr($this->config->item('commit_sha1'), 0, 6); ?></strong>.
|
||||
<?php echo $this->config->item('application_version'); ?> - <a target="_blank" href="https://github.com/opensourcepos/opensourcepos/commit/<?php echo $this->config->item('commit_sha1'); ?>"><?php echo substr($this->config->item('commit_sha1'), 0, 6); ?></a></strong>.
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
|
||||
Reference in New Issue
Block a user