From dfae73757b0a585fc3cbbc5d81e8a3138e98c785 Mon Sep 17 00:00:00 2001 From: Darren VanBuren Date: Tue, 30 Sep 2014 23:48:05 -0700 Subject: [PATCH] Add link to the Order of Watching Stargate --- stargaterando.rb | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/stargaterando.rb b/stargaterando.rb index 380d358..3c262cd 100644 --- a/stargaterando.rb +++ b/stargaterando.rb @@ -60,6 +60,15 @@ module StargateRando::Views button :onclick => "document.location.reload()", :id => "reload" do "Get a new episode" 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