X-Git-Url: https://projects.mako.cc/source/selectricity-live/blobdiff_plain/fc0a6a8d7ea15bcdb27ebdd58721401c7045c6e0..c65b1e11059c5cf510b54c785d4a246215058f70:/app/views/layouts/hc.rhtml diff --git a/app/views/layouts/hc.rhtml b/app/views/layouts/hc.rhtml old mode 100755 new mode 100644 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 @@