add a button to refresh page.
This commit is contained in:
parent
cf0badeb7c
commit
996ac34aea
1 changed files with 3 additions and 0 deletions
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue