vendor/symfony/web-profiler-bundle/Resources/views/Profiler/toolbar_redirect.html.twig line 1

Open in your IDE?
  1. {% extends '@WebProfiler/Profiler/base.html.twig' %}
  2. {% block title 'Redirection Intercepted' %}
  3. {% block body %}
  4.     <div class="sf-reset">
  5.         <div class="block-exception">
  6.             <h1>This request redirects to <a href="{{ location }}">{{ location }}</a>.</h1>
  7.             <p>
  8.                 <small>
  9.                     The redirect was intercepted by the web debug toolbar to help debugging.
  10.                     For more information, see the "intercept-redirects" option of the Profiler.
  11.                 </small>
  12.             </p>
  13.         </div>
  14.     </div>
  15. {% endblock %}