Changed the Selectricity header into a link, and modified the config/routes.rb file...
[selectricity] / app / views / layouts / hc.rhtml
index 604673539b2fcbfc7b508907f91b5a136f6d3a32..c04eb87b058656a5bbd00ff1b173deefd302215a 100755 (executable)
@@ -11,8 +11,9 @@
            <% if @page_title %>
               <h3><%= @page_title %></h3>  
            <% else %>
-             <h3>Selectricity<br />
-             <font size="-1">Voting Machinery for the Masses</font></h3>
+             <span id="headertext"><%= link_to('<h3>Selectricity<br />
+             <font size="-1">Voting Machinery for the Masses</font></h3>', :controller => 
+             'site', :action => 'index')%></span>
           <% end %>
 
            <div id="links">

Benjamin Mako Hill || Want to submit a patch?