add a button to refresh page.

This commit is contained in:
Darren VanBuren 2014-09-30 03:26:51 -07:00
parent cf0badeb7c
commit 996ac34aea

View file

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