2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-05-02 05:26:45 +00:00

better formatting

This commit is contained in:
Matthias 2021-09-22 07:55:08 +02:00
parent 7f00005cf6
commit a26036a4f9
No known key found for this signature in database
GPG Key ID: F50EF5741D33E076

View File

@ -12,7 +12,8 @@
{% block content %} {% block content %}
<div class="row">
<div class="col-md-6">
<table class='table table-striped table-condensed'> <table class='table table-striped table-condensed'>
<col width='25'> <col width='25'>
<tr> <tr>
@ -37,6 +38,11 @@
<td>{% trans "Commit Message" %}</td><td>{{ plugin.commit.message }}{% include "clip.html" %}</td> <td>{% trans "Commit Message" %}</td><td>{{ plugin.commit.message }}{% include "clip.html" %}</td>
</tr> </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 %} {% mixin_enabled plugin 'settings' as settings %}
{% if settings %} {% if settings %}