mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
More links in the about page
This commit is contained in:
parent
d7f969613e
commit
026108803e
@ -17,10 +17,10 @@
|
|||||||
<h4>InvenTree Version Information</h4>
|
<h4>InvenTree Version Information</h4>
|
||||||
<table class='table table-striped table-condensed'>
|
<table class='table table-striped table-condensed'>
|
||||||
<tr>
|
<tr>
|
||||||
<td>Version</td><td>{% inventree_version %}</td>
|
<td>Version</td><td><a href="https://github.com/inventree/InvenTree/releases">{% inventree_version %}</a></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>Commit Hash</td><td>{% inventree_commit %}</td>
|
<td>Commit Hash</td><td><a href="https://github.com/inventree/InvenTree/commit/{% inventree_commit %}">{% inventree_commit %}</a></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td colspan="2"></td>
|
<td colspan="2"></td>
|
||||||
|
Loading…
Reference in New Issue
Block a user