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