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