Disable turbolinks cache to avoid weird behavior (ex: page change twice after single click)
This commit is contained in:
parent
08442e64a3
commit
d5e5a7997a
1 changed files with 1 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
|||
%html
|
||||
%head
|
||||
%meta{:content => "text/html; charset=UTF-8", "http-equiv" => "Content-Type"}/
|
||||
%meta{ name: "turbolinks-cache-control", content: "no-cache" }
|
||||
%title
|
||||
=t('dynamics.page_title')
|
||||
%meta{'http-equiv' => "X-UA-Compatible", :content => "IE=edge"}
|
||||
|
|
Loading…
Reference in a new issue