X-Git-Url: https://projects.mako.cc/source/selectricity/blobdiff_plain/1633d6c9b98f425d1ad33c1dd61a63b7365ff54c..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' %>