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 76722a7 commit 10303dcCopy full SHA for 10303dc
src/Bridge/Symfony/Bundle/Resources/views/SwaggerUi/index.html.twig
@@ -74,7 +74,7 @@
74
</div>
75
76
77
-{% if ((false == swaggerUiEnabled and reDocEnabled) or (reDocEnabled and active_ui == 're_doc')) %}
+{% if (reDocEnabled and not swaggerUiEnabled) or (reDocEnabled and 're_doc' == active_ui) %}
78
<script src="{{ asset('bundles/apiplatform/redoc/redoc.standalone.js') }}"></script>
79
<script src="{{ asset('bundles/apiplatform/init-redoc-ui.js') }}"></script>
80
{% elseif (swaggerUiEnabled) %}
0 commit comments