X-Git-Url: https://projects.mako.cc/source/selectricity/blobdiff_plain/5f51982916827b84d73bfa8f3a98a9ee1d48d3ce..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 860992a..c04eb87 --- a/app/views/layouts/hc.rhtml +++ b/app/views/layouts/hc.rhtml @@ -11,28 +11,30 @@ <% if @page_title %>

<%= @page_title %>

<% else %> -

Selectricity
- 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%>