Working state
This commit is contained in:
@@ -54,9 +54,7 @@
|
||||
<input type="hidden" name="{{ csrf.keys.name }}" value="{{ csrf.name }}">
|
||||
<input type="hidden" name="{{ csrf.keys.value }}" value="{{ csrf.value }}">
|
||||
<button type="submit" class="btn btn--sm btn--danger"
|
||||
onclick="return confirm('Supprimer la catégorie « {{ category.name }} » ?
|
||||
|
||||
Cette action est impossible si des articles lui sont rattachés.')">
|
||||
onclick="return confirm('Supprimer la catégorie « {{ category.name }} » ?\n\nCette action est impossible si des articles lui sont rattachés.')">
|
||||
Supprimer
|
||||
</button>
|
||||
</form>
|
||||
@@ -66,6 +64,8 @@ Cette action est impossible si des articles lui sont rattachés.')">
|
||||
{% endfor %}
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
{% include 'partials/_pagination.twig' with { pagination: pagination } %}
|
||||
{% else %}
|
||||
<p><em>Aucune catégorie créée.</em></p>
|
||||
{% endif %}
|
||||
|
||||
Reference in New Issue
Block a user