Turolinks may be a nice feature to speed up page load times. But it seriously makes event handling in jQuery harder and confusing to debug. That's why it is now disabled.
14 lines
223 B
Text
14 lines
223 B
Text
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<title>Debshots</title>
|
|
<%= stylesheet_link_tag "application", media: "all" %>
|
|
<meta charset='utf-8' />
|
|
<%= csrf_meta_tags %>
|
|
</head>
|
|
<body>
|
|
|
|
<%= yield %>
|
|
|
|
</body>
|
|
</html>
|