Skip to content

Commit 2989146

Browse files
committed
fix: error alert is now shown above the step content
1 parent 7bdc196 commit 2989146

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

phpmyfaq/assets/templates/setup/update.twig

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,14 +54,14 @@
5454
<span class="stepIndicator">Database updates</span>
5555
</div>
5656

57-
{{ include('@setup/update/step' ~ currentStep ~ '.twig') }}
58-
5957
{% if checkBasicError %}
60-
<div class="alert alert-danger my-5" role="alert">
58+
<div class="alert alert-danger my-3" role="alert">
6159
{{ checkBasicError | raw }}
6260
</div>
6361
{% endif %}
6462

63+
{{ include('@setup/update/step' ~ currentStep ~ '.twig') }}
64+
6565
</div>
6666
</section>
6767
</main>

0 commit comments

Comments
 (0)