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