optimize ui

This commit is contained in:
team2
2026-02-22 19:11:27 +01:00
parent fc838c4877
commit 56617f2612
2 changed files with 2 additions and 2 deletions

View File

@@ -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>

View File

@@ -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) }}"/>