Small UI improvements

This commit is contained in:
Pinga 2024-02-25 17:10:07 +02:00
parent fe0eaf5fdc
commit 9af773eb37
2 changed files with 20 additions and 27 deletions

View file

@ -24,19 +24,7 @@
<div class="page-body">
<div class="container-xl">
<div class="col-12">
{% if error is defined %}
<div class="alert alert-important alert-danger alert-dismissible" role="alert">
<div class="d-flex">
<div>
<svg xmlns="http://www.w3.org/2000/svg" class="icon" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M3 12a9 9 0 1 0 18 0a9 9 0 0 0 -18 0" /><path d="M12 8v4" /><path d="M12 16h.01" /></svg>
</div>
<div>
&nbsp;{{ __('Support ticket can not be created') }}: <strong>{{ error }}</strong>
</div>
</div>
<a class="btn-close" data-bs-dismiss="alert" aria-label="close"></a>
</div>
{% endif %}
{% include 'partials/flash.twig' %}
<div class="card">
<div class="card-body">
<form action="/support/new" method="post">