optimize ui
This commit is contained in:
@@ -73,7 +73,7 @@
|
|||||||
{% if tag in document.tags %}checked{% endif %}
|
{% if tag in document.tags %}checked{% endif %}
|
||||||
>
|
>
|
||||||
|
|
||||||
<label class="form-check-label"
|
<label class="form-check-label text-dark bg-info badge"
|
||||||
for="tag_{{ tag.id }}">
|
for="tag_{{ tag.id }}">
|
||||||
{{ tag.label }}
|
{{ tag.label }}
|
||||||
</label>
|
</label>
|
||||||
|
|||||||
@@ -63,7 +63,7 @@
|
|||||||
<tr>
|
<tr>
|
||||||
<td>{{ tag.label }}</td>
|
<td>{{ tag.label }}</td>
|
||||||
<td><code>{{ tag.slug }}</code></td>
|
<td><code>{{ tag.slug }}</code></td>
|
||||||
<td class="text-muted">{{ tag.description ?: '' }}</td>
|
<td class="text-light">{{ tag.description ?: '' }}</td>
|
||||||
<td class="text-end">
|
<td class="text-end">
|
||||||
<form method="post" action="{{ path('admin_tags_delete', {id: tag.id}) }}" style="display:inline">
|
<form method="post" action="{{ path('admin_tags_delete', {id: tag.id}) }}" style="display:inline">
|
||||||
<input type="hidden" name="_token" value="{{ csrf_token('admin_tag_delete_' ~ tag.id) }}"/>
|
<input type="hidden" name="_token" value="{{ csrf_token('admin_tag_delete_' ~ tag.id) }}"/>
|
||||||
|
|||||||
Reference in New Issue
Block a user