mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-01-19 07:36:03 +01:00
Turbolinks stop removing the god damn spreadsheet you twat
This commit is contained in:
parent
54b051a7e7
commit
12b2ec8a3b
1 changed files with 1 additions and 1 deletions
|
@ -15,11 +15,11 @@
|
|||
%title= yield(:title)
|
||||
= javascript_include_tag 'i18n', 'data-turbolinks-track' => true
|
||||
= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => true
|
||||
%link{rel: 'stylesheet', href: '/yuki/theme.css', media: :all, 'data-turbolinks-track' => true}
|
||||
= javascript_include_tag 'application', 'data-turbolinks-track' => true
|
||||
- if user_signed_in?
|
||||
- if current_user.mod?
|
||||
= javascript_include_tag 'moderation', 'data-turbolinks-track' => true
|
||||
%link{rel: 'stylesheet', href: '/yuki/theme.css', media: :all, 'data-turbolinks-track' => true}
|
||||
= csrf_meta_tags
|
||||
%body#version1
|
||||
= render 'layouts/header'
|
||||
|
|
Loading…
Reference in a new issue