From 04e863953e6801192efc33904c2ed30cc5f94881 Mon Sep 17 00:00:00 2001 From: Date: Wed, 5 Sep 2007 11:36:25 -0400 Subject: [PATCH] linked to blog from the footer and about page --- app/controllers/about_controller.rb | 3 ++- app/views/about/_sidebar.rhtml | 1 + app/views/layouts/_footer.rhtml | 5 +++-- 3 files changed, 6 insertions(+), 3 deletions(-) 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 @@ -- 2.30.2