<% if @page_title %>
<%= @page_title %>
<% else %>
Selectricity
Voting Machinery for the Masses
<% end %>
<% if session[:user] %>
Welcome <%= session[:user].login.capitalize %>
<% else %>
<%= link_to("Login",:controller => "user", :action => "login")
%>/<%= link_to("Sign up", :controller => "user", :action => "signup")%>
<% end %> |
<% if session[:user] %>
<%= link_to("Logout", :controller => "user", :action => "logout") %> |
<% end %>
<%= link_to("Help/About", :controller => "site", :action => "about") %>
<% if @flash[:notice]%>