Disable turbolinks in error pages [SCI-7665] (#5325)

This commit is contained in:
Soufiane 2023-04-25 15:35:02 +02:00 committed by GitHub
parent 9fba6a076d
commit fd0bdb80d9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 5 additions and 5 deletions

View file

@ -98,7 +98,7 @@
</style>
</head>
<body>
<body data-turbolinks="false">
<!-- This file lives in public/403.html -->
<div class="navbar">
<a href="/">

View file

@ -65,7 +65,7 @@
</style>
</head>
<body>
<body data-turbolinks="false">
<!-- This file lives in public/404.html -->
<div class="navbar">
<a href="/">

View file

@ -65,7 +65,7 @@
</style>
</head>
<body>
<body data-turbolinks="false">
<!-- This file lives in public/422.html -->
<div class="navbar">
<a href="/">

View file

@ -65,7 +65,7 @@
</style>
</head>
<body>
<body data-turbolinks="false">
<!-- This file lives in public/500.html -->
<div class="navbar">
<a href="/">

View file

@ -99,7 +99,7 @@
</style>
</head>
<body>
<body data-turbolinks="false">
<!-- This file lives in public/maintenance.html -->
<div class="navbar">
<a href="/">