mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-09-17 07:50:19 -04:00
Make footer revision clickable (#3306)
This commit is contained in:
1 parent
9b1def4324
commit
986ab7e86c
1 file changed
+1
-1
@@ -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