mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-09-07 21:55:20 +08:00
Disable turbolinks in error pages [SCI-7665] (#5325)
This commit is contained in:
parent
9fba6a076d
commit
fd0bdb80d9
5 changed files with 5 additions and 5 deletions
|
|
@ -98,7 +98,7 @@
|
|||
</style>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<body data-turbolinks="false">
|
||||
<!-- This file lives in public/403.html -->
|
||||
<div class="navbar">
|
||||
<a href="/">
|
||||
|
|
|
|||
|
|
@ -65,7 +65,7 @@
|
|||
</style>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<body data-turbolinks="false">
|
||||
<!-- This file lives in public/404.html -->
|
||||
<div class="navbar">
|
||||
<a href="/">
|
||||
|
|
|
|||
|
|
@ -65,7 +65,7 @@
|
|||
</style>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<body data-turbolinks="false">
|
||||
<!-- This file lives in public/422.html -->
|
||||
<div class="navbar">
|
||||
<a href="/">
|
||||
|
|
|
|||
|
|
@ -65,7 +65,7 @@
|
|||
</style>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<body data-turbolinks="false">
|
||||
<!-- This file lives in public/500.html -->
|
||||
<div class="navbar">
|
||||
<a href="/">
|
||||
|
|
|
|||
|
|
@ -99,7 +99,7 @@
|
|||
</style>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<body data-turbolinks="false">
|
||||
<!-- This file lives in public/maintenance.html -->
|
||||
<div class="navbar">
|
||||
<a href="/">
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue