Add link to the Order of Watching Stargate

This commit is contained in:
Darren VanBuren 2014-09-30 23:48:05 -07:00
parent 8b993300d2
commit dfae73757b

View file

@ -60,6 +60,15 @@ module StargateRando::Views
button :onclick => "document.location.reload()", :id => "reload" do button :onclick => "document.location.reload()", :id => "reload" do
"Get a new episode" "Get a new episode"
end end
p do
span do
"Perhaps you might want to check out "
end
a :href => "stargateorder.html" do
"The Order of Watching Stargate"
end
end
end end
end end