]> projects.mako.cc - selectricity-live/blobdiff - app/views/layouts/hc.rhtml
Modified the methods in graphs controller so they would work for Selectricity, but...
[selectricity-live] / app / views / layouts / hc.rhtml
index 2408083e6bc14df624225056a8f92d1e3110987f..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?