mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
better formatting
This commit is contained in:
parent
7f00005cf6
commit
a26036a4f9
@ -12,8 +12,9 @@
|
||||
|
||||
{% block content %}
|
||||
|
||||
|
||||
<table class='table table-striped table-condensed'>
|
||||
<div class="row">
|
||||
<div class="col-md-6">
|
||||
<table class='table table-striped table-condensed'>
|
||||
<col width='25'>
|
||||
<tr>
|
||||
<td><span class='fas fa-hashtag'></span></td>
|
||||
@ -36,7 +37,12 @@
|
||||
<td><span class='fas fa-mail'></span></td>
|
||||
<td>{% trans "Commit Message" %}</td><td>{{ plugin.commit.message }}{% include "clip.html" %}</td>
|
||||
</tr>
|
||||
</table>
|
||||
</table>
|
||||
</div>
|
||||
<div class="col-md-6">
|
||||
<p>{% trans 'This information is pulled from the last git commit for this plugin. It might not reflect official version numbers.' %}</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{% mixin_enabled plugin 'settings' as settings %}
|
||||
{% if settings %}
|
||||
|
Loading…
Reference in New Issue
Block a user