Skip to content

Commit

Permalink
Make footer revision clickable (#3306)
Browse files Browse the repository at this point in the history
  • Loading branch information
jekkos committed Oct 8, 2021
1 parent 9b1def4 commit 986ab7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/views/partial/footer.php
Expand Up @@ -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>
Expand Down

0 comments on commit 986ab7e

Please sign in to comment.