From 996ac34aea77d39a32adfadc295e9224cd05fffb Mon Sep 17 00:00:00 2001 From: Darren VanBuren Date: Tue, 30 Sep 2014 03:26:51 -0700 Subject: [PATCH] add a button to refresh page. --- stargaterando.rb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/stargaterando.rb b/stargaterando.rb index eb1e984..53c6002 100644 --- a/stargaterando.rb +++ b/stargaterando.rb @@ -56,6 +56,9 @@ module StargateRando::Views def results h1 "You should watch #{@series}: #{@episode_code}" + button :onclick => "document.location.reload()", :id => "reload" do + "Get a new episode" + end end end \ No newline at end of file