Work around audit button spacing issue
This commit is contained in:
parent
7f788a2b47
commit
51c044bd94
@ -35,12 +35,14 @@
|
||||
<td>{{ item | user_link}}</td>
|
||||
{% if can_audit %}
|
||||
<td>
|
||||
<button
|
||||
data-item-id="{{ item._id }}"
|
||||
class="audit-button {{ item.inventory | audit_color }} waves-effect waves-light btn-small"
|
||||
>
|
||||
<i class="material-icons left">done</i>{{item.inventory | audit_text}}
|
||||
</button>
|
||||
<form onsubmit="return false;">
|
||||
<button
|
||||
data-item-id="{{ item._id }}"
|
||||
class="audit-button {{ item.inventory | audit_color }} waves-effect waves-light btn"
|
||||
>
|
||||
{{item.inventory | audit_text}}
|
||||
</button>
|
||||
</form>
|
||||
</td>
|
||||
{% endif %}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user