PHP Classes

File: vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/toolbar_redirect.html.twig

Recommend this page to a friend!
  Classes of Murat Cileli   Papernic   vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/toolbar_redirect.html.twig   Download  
File: vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/toolbar_redirect.html.twig
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Papernic
Manage documents colaboratively
Author: By
Last change:
Date: 7 years ago
Size: 572 bytes
 

Contents

Class file image Download
{% extends '@Twig/layout.html.twig' %} {% block title 'Redirection Intercepted' %} {% block body %} <div class="sf-reset"> <div class="block-exception"> <h1>This request redirects to <a href="{{ location }}">{{ location }}</a>.</h1> <p> <small> The redirect was intercepted by the web debug toolbar to help debugging. For more information, see the "intercept-redirects" option of the Profiler. </small> </p> </div> </div> {% endblock %}