X-Git-Url: https://projects.mako.cc/source/selectricity/blobdiff_plain/607f3a343ea400e558cc47a7c6dc508f9bafcfd2..eaf661eb6a8571bc24b180cfc731f3b9b38a8fff:/app/views/layouts/hc.rhtml diff --git a/app/views/layouts/hc.rhtml b/app/views/layouts/hc.rhtml old mode 100644 new mode 100755 index 4daac12..c04eb87 --- a/app/views/layouts/hc.rhtml +++ b/app/views/layouts/hc.rhtml @@ -1,9 +1,8 @@ <% %> - <%= @page_title || "HyperChad" %> + <%= @page_title || "Selectricity" %> <%= stylesheet_link_tag "hc", :media => "all" %> - <% #engine_stylesheet 'login_engine' %> <%= javascript_include_tag "prototype", "effects", "dragdrop", "controls" %> @@ -12,28 +11,30 @@ <% if @page_title %>

<%= @page_title %>

<% else %> -

HyperChad
- Voting Machinery for the Masses

+ <%= link_to('

Selectricity
+ Voting Machinery for the Masses

', :controller => + 'site', :action => 'index')%>
<% end %> - <% if @flash[:notice]%> -
<%= @flash[:notice] %>
+ <% if flash[:notice]%> +
<%= flash[:notice] %>
<% end%>
@@ -42,7 +43,8 @@