X-Git-Url: https://projects.mako.cc/source/selectricity-live/blobdiff_plain/fc0a6a8d7ea15bcdb27ebdd58721401c7045c6e0..277d9e323c1c9c525c1cea4590dc71bc56aeed06:/app/views/layouts/hc.rhtml diff --git a/app/views/layouts/hc.rhtml b/app/views/layouts/hc.rhtml index 4daac12..6046735 100755 --- 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,29 @@ <% if @page_title %>

<%= @page_title %>

<% else %> -

HyperChad
+

Selectricity
Voting Machinery for the Masses

<% end %> - <% if @flash[:notice]%> -
<%= @flash[:notice] %>
+ <% if flash[:notice]%> +
<%= flash[:notice] %>
<% end%>
@@ -42,7 +42,8 @@