mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-02-21 22:09:42 +00:00
Tweak asset list to be more in line with other lists
This commit is contained in:
@@ -40,10 +40,12 @@
|
||||
</div>
|
||||
</form>
|
||||
|
||||
<a href="{% url 'asset_create' %}" class="btn btn-success float-right my-3">New <i class="fas fa-plus"></i></a>
|
||||
|
||||
{% include 'partials/asset_list_table.html' %}
|
||||
|
||||
<div class="row">
|
||||
<div class="col px-0">
|
||||
<a href="{% url 'asset_create' %}" class="btn btn-success float-right my-3">New <i class="fas fa-plus"></i></a>
|
||||
</div>
|
||||
{% include 'partials/asset_list_table.html' %}
|
||||
</div>
|
||||
{% if is_paginated %}
|
||||
<div class="text-center">
|
||||
{% paginator %}
|
||||
|
||||
Reference in New Issue
Block a user