List type before name
This commit is contained in:
@@ -17,8 +17,8 @@
|
|||||||
<tr>
|
<tr>
|
||||||
<th>Slug</th>
|
<th>Slug</th>
|
||||||
<th>Visibility</th>
|
<th>Visibility</th>
|
||||||
<th>Name</th>
|
|
||||||
<th>Type</th>
|
<th>Type</th>
|
||||||
|
<th>Name</th>
|
||||||
<th>Location</th>
|
<th>Location</th>
|
||||||
<th>Owner</th>
|
<th>Owner</th>
|
||||||
<th>User</th>
|
<th>User</th>
|
||||||
@@ -39,8 +39,8 @@
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
</td>
|
</td>
|
||||||
<td>{{ item.inventory.visibility }}</td>
|
<td>{{ item.inventory.visibility }}</td>
|
||||||
<td><a href="/m/inventory/{{ item._id }}/view">{{ item | format_name }} {{ item.comment }}</a></td>
|
|
||||||
<td>{{ item.type }}</td>
|
<td>{{ item.type }}</td>
|
||||||
|
<td><a href="/m/inventory/{{ item._id }}/view">{{ item | format_name }} {{ item.comment }}</a></td>
|
||||||
<td>{{ item.location }}</td>
|
<td>{{ item.location }}</td>
|
||||||
<td>{{ item | owner_link}}</td>
|
<td>{{ item | owner_link}}</td>
|
||||||
<td>{{ item | user_link}}</td>
|
<td>{{ item | user_link}}</td>
|
||||||
|
Reference in New Issue
Block a user