Disable turbolinks cache to avoid weird behavior (ex: page change twice after single click)

This commit is contained in:
Mathieu Magnin 2017-03-30 17:54:43 +02:00
parent 08442e64a3
commit d5e5a7997a

View file

@ -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"}