minor bugfix
[selectricity] / app / views / layouts / frontpage.rhtml
index d5a5f01e7cef0a36364f5e83efbfd1a3fa621dc2..e227e87daa23197727934e876a87659c6ccae207 100644 (file)
        <% else %>
       <%= link_to("login", :controller => "account", :action => "login")
       %>
-      &nbsp;&nbsp;<%= link_to("sign up", :controller => "account", 
-                                :action => "signup")%>
+      &nbsp;&nbsp;<%= link_to "sign up", :controller => "account", 
+                                :action => "signup" %>
     <% end -%>
-      &nbsp;&nbsp;<%= link_to("help/about", :controller => "site", 
-                               :action => 'about')%>
+      &nbsp;&nbsp;<%= link_to "help/about", :controller => 'about' %>
       </div>
-         <a href="index.html"><h1>selectricity: voting machinery for the masses</h1></a>
+         <a href="/"><h1>selectricity: voting machinery for the masses</h1></a>
     </div>
   
   <div id="body">

Benjamin Mako Hill || Want to submit a patch?