Modified the methods in graphs controller so they would work for Selectricity, but...
[selectricity] / app / views / layouts / hc.rhtml
index 13b2e729109fc1d704d242418b840284a3f2d791..604673539b2fcbfc7b508907f91b5a136f6d3a32 100755 (executable)
@@ -17,7 +17,6 @@
 
            <div id="links">
              <% if session[:user] %>
-<% breakpoint %>
                Welcome <strong><%= User.find(session[:user]).login.capitalize %></strong>
              <% else %>
                <%= link_to("Login", :controller => "account", :action => "login")
              <% end %>
              
             <%= link_to("Help/About", :controller => "site", :action => "about") %>
+            <%= link_to( "Home", :controller => 'site', :action => 'index' )%>
            </div>
         </div>
         
-        <% if @flash[:notice]%>
-          <div id="notice"><%= @flash[:notice] %></div>
+        <% if flash[:notice]%>
+          <div id="notice"><%= flash[:notice] %></div>
         <% end%>
 
         <div id="main">

Benjamin Mako Hill || Want to submit a patch?