X-Git-Url: https://projects.mako.cc/source/selectricity-live/blobdiff_plain/657351a625ff99ca5f5aa5f32a6f070eb8e40ba8..d207da8dfc3f315f7758d1f5307c700ce4c25156:/app/views/layouts/vb.rhtml?ds=inline
diff --git a/app/views/layouts/vb.rhtml b/app/views/layouts/vb.rhtml
index d4cbb86..3e4f8bd 100644
--- a/app/views/layouts/vb.rhtml
+++ b/app/views/layouts/vb.rhtml
@@ -1,7 +1,7 @@
<% %>
- <%= @page_title || "VotingBooth" %>
+ <%= @page_title || "HyperChad" %>
<%= stylesheet_link_tag "vb", :media => "all" %>
<% #engine_stylesheet 'login_engine' %>
@@ -12,22 +12,20 @@
<% if @page_title %>
<%= @page_title %>
<% else %>
- Voting Booth
- Preferential Voting on the Web
+ HyperChad
+ Voting Machinery for the Masses
<% end %>
<% if session[:user] %>
Welcome <%= session[:user].login.capitalize %>
<% else %>
- <%= link_to("Login",:controller => "account", :action => "login") %>/<%= link_to("Sign up", :controller => "account", :action => "signup")%>
+ <%= link_to("Login",:controller => "user", :action => "login")
+ %>/<%= link_to("Sign up", :controller => "user", :action => "signup")%>
<% end %> |
- <%= link_to("Home", :controller => "site", :action => "index")%> |
- <%= link_to("Browse", :controller => "site", :action => "index")%> |
-
<% if session[:user] %>
- <%= link_to("Logout", :controller => "account", :action => "logout") %> |
+ <%= link_to("Logout", :controller => "user", :action => "logout") %> |
<% end %>
<%= link_to("Help/About", :controller => "site", :action => "about") %>
@@ -43,7 +41,7 @@
-