From 50e6b0570318d340de198db39ee781fb8e4e1541 Mon Sep 17 00:00:00 2001 From: yhirano Date: Tue, 18 Jul 2017 20:30:29 +0900 Subject: [PATCH] No cache in offline mode (#90) --- app/com/gitpitch/views/Landing.scala.html | 4 ++++ app/com/gitpitch/views/Slideshow.scala.html | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/app/com/gitpitch/views/Landing.scala.html b/app/com/gitpitch/views/Landing.scala.html index 2234fca..d5b7db1 100755 --- a/app/com/gitpitch/views/Landing.scala.html +++ b/app/com/gitpitch/views/Landing.scala.html @@ -20,6 +20,10 @@ + @if(offline) { + + + } diff --git a/app/com/gitpitch/views/Slideshow.scala.html b/app/com/gitpitch/views/Slideshow.scala.html index 53356d7..b27da31 100755 --- a/app/com/gitpitch/views/Slideshow.scala.html +++ b/app/com/gitpitch/views/Slideshow.scala.html @@ -10,6 +10,10 @@ @ssm.params().asTitle() + @if(offline) { + + + }