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