X-Git-Url: https://projects.mako.cc/source/selectricity/blobdiff_plain/215cf287e52da41605cb033da236a6b0aeee4f3a..5637ec97922038fa7a7cfe9f8aa13b1e3002abcd:/app/views/layouts/frontpage.rhtml diff --git a/app/views/layouts/frontpage.rhtml b/app/views/layouts/frontpage.rhtml index 2ebf153..81c77dc 100644 --- a/app/views/layouts/frontpage.rhtml +++ b/app/views/layouts/frontpage.rhtml @@ -22,7 +22,7 @@ <%= link_to("login", :controller => "account", :action => "login") %>   <%= link_to "sign up", :controller => "account", - :action => "signup" %> + :action => "signup" %> <% end -%>   <%= link_to "help/about", :controller => 'about' %> @@ -33,7 +33,7 @@ <%= @content_for_layout %> - <%= render_partial 'layouts/footer' %> + <%= render :partial => 'layouts/footer' %>