We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7bdc196 commit 2989146Copy full SHA for 2989146
1 file changed
phpmyfaq/assets/templates/setup/update.twig
@@ -54,14 +54,14 @@
54
<span class="stepIndicator">Database updates</span>
55
</div>
56
57
- {{ include('@setup/update/step' ~ currentStep ~ '.twig') }}
58
-
59
{% if checkBasicError %}
60
- <div class="alert alert-danger my-5" role="alert">
+ <div class="alert alert-danger my-3" role="alert">
61
{{ checkBasicError | raw }}
62
63
{% endif %}
64
+ {{ include('@setup/update/step' ~ currentStep ~ '.twig') }}
+
65
66
</section>
67
</main>
0 commit comments