X-Git-Url: https://projects.mako.cc/source/selectricity-live/blobdiff_plain/c65b1e11059c5cf510b54c785d4a246215058f70..b9f3bbdefb7bb1abd63193e2162aae1e78e1a1cb:/app/views/layouts/hc.rhtml diff --git a/app/views/layouts/hc.rhtml b/app/views/layouts/hc.rhtml deleted file mode 100644 index c04eb87..0000000 --- a/app/views/layouts/hc.rhtml +++ /dev/null @@ -1,53 +0,0 @@ -<% %> - - - <%= @page_title || "Selectricity" %> - <%= stylesheet_link_tag "hc", :media => "all" %> - - <%= javascript_include_tag "prototype", "effects", "dragdrop", "controls" %> - - -
- <% if @page_title %> -

<%= @page_title %>

- <% else %> - <%= link_to('

Selectricity
- Voting Machinery for the Masses

', :controller => - 'site', :action => 'index')%>
- <% end %> - - -
- - <% if flash[:notice]%> -
<%= flash[:notice] %>
- <% end%> - -
- <%= @content_for_layout %> -
- - - - -