mirror of
https://github.com/daniviga/django-ram.git
synced 2025-08-04 13:17:50 +02:00
Improve user experience in admin and UI (#45)
This commit is contained in:
@@ -22,7 +22,10 @@
|
||||
<table class="table table-striped">
|
||||
<thead>
|
||||
<tr>
|
||||
<th colspan="2" scope="row">Rolling stock</th>
|
||||
<th scope="row">Rolling stock</th>
|
||||
{% if d.item.rolling_class.company.freelance %}
|
||||
<th class="text-end" scope="row"><span class="badge text-bg-secondary">Freelance</span></th>
|
||||
{% endif %}
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody class="table-group-divider">
|
||||
|
Reference in New Issue
Block a user