From: Date: Wed, 5 Sep 2007 15:36:25 +0000 (-0400) Subject: linked to blog from the footer and about page X-Git-Url: https://projects.mako.cc/source/selectricity/commitdiff_plain/04e863953e6801192efc33904c2ed30cc5f94881 linked to blog from the footer and about page --- diff --git a/app/controllers/about_controller.rb b/app/controllers/about_controller.rb index 4138694..b651273 100644 --- a/app/controllers/about_controller.rb +++ b/app/controllers/about_controller.rb @@ -7,7 +7,8 @@ class AboutController < ApplicationController redirect_to :action => 'overview' end - def features + def blog + redirect_to "http://blog.selectricity.org" end private diff --git a/app/views/about/_sidebar.rhtml b/app/views/about/_sidebar.rhtml index a624e0d..d61ff6c 100644 --- a/app/views/about/_sidebar.rhtml +++ b/app/views/about/_sidebar.rhtml @@ -1,6 +1,7 @@

Information and Documentation

<% steps = [ ['overview', 'Overview'], + ['blog', 'News/Blog' ], ['features', 'Major Features' ], # ['why', 'Why Selectricity?' ], ['team', 'The Team'], diff --git a/app/views/layouts/_footer.rhtml b/app/views/layouts/_footer.rhtml index a30193c..f481c85 100644 --- a/app/views/layouts/_footer.rhtml +++ b/app/views/layouts/_footer.rhtml @@ -1,4 +1,5 @@