mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-15 05:01:41 +00:00
recargar turbolinks en paginas de error
This commit is contained in:
parent
775a8c5587
commit
563c573863
2 changed files with 4 additions and 7 deletions
|
@ -2,6 +2,8 @@
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta content='text/html; charset=UTF-8' http-equiv='Content-Type'>
|
<meta content='text/html; charset=UTF-8' http-equiv='Content-Type'>
|
||||||
|
<meta name="turbolinks-visit-control" content="reload">
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<title>Sutty</title>
|
<title>Sutty</title>
|
||||||
<link rel="stylesheet" href="/bootstrap.min.css">
|
<link rel="stylesheet" href="/bootstrap.min.css">
|
||||||
<script defer type="text/javascript" src="/client_site_i18n.js"></script>
|
<script defer type="text/javascript" src="/client_site_i18n.js"></script>
|
||||||
|
|
|
@ -2,6 +2,8 @@
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta content='text/html; charset=UTF-8' http-equiv='Content-Type'>
|
<meta content='text/html; charset=UTF-8' http-equiv='Content-Type'>
|
||||||
|
<meta name="turbolinks-visit-control" content="reload">
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<title>Sutty</title>
|
<title>Sutty</title>
|
||||||
<link rel="stylesheet" href="/bootstrap.min.css">
|
<link rel="stylesheet" href="/bootstrap.min.css">
|
||||||
<script defer type="text/javascript" src="/client_site_i18n.js"></script>
|
<script defer type="text/javascript" src="/client_site_i18n.js"></script>
|
||||||
|
@ -10,13 +12,6 @@
|
||||||
<div class='container-fluid'>
|
<div class='container-fluid'>
|
||||||
<div class='row'>
|
<div class='row'>
|
||||||
<main class='col'>
|
<main class='col'>
|
||||||
<nav>
|
|
||||||
<ul>
|
|
||||||
<li><a href="#castellano">Castellano</a></li>
|
|
||||||
<li><a href="#english">English</a></li>
|
|
||||||
</ul>
|
|
||||||
</nav>
|
|
||||||
|
|
||||||
<section id="castellano" lang="es">
|
<section id="castellano" lang="es">
|
||||||
<h1>¡Hola!</h1>
|
<h1>¡Hola!</h1>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue