X-Git-Url: https://projects.mako.cc/source/selectricity/blobdiff_plain/ecc97ad58e95f219f023888958e101f9dec1f83f..ed271a9bc9a0ec6928e7276d645541db6e5cb7c6:/app/views/layouts/main.rhtml diff --git a/app/views/layouts/main.rhtml b/app/views/layouts/main.rhtml index bdb206a..c34e797 100644 --- a/app/views/layouts/main.rhtml +++ b/app/views/layouts/main.rhtml @@ -17,8 +17,7 @@
- <%= link_to "

Selectricity

", - :controller => 'site', :action => 'index' %> + <%= link_to "

Selectricity

", :controller => 'front' %>
<% if flash[:notice]%> @@ -40,13 +39,13 @@ <%= link_to "logout", :controller => "account", :action => "logout" %> <% else %> - <%= link_to("login", :controller => "account", :action => "login") - %>/<%= link_to("sign up", :controller => "account", :action => "signup")%> + <%= link_to "login", :controller => "account", :action => "login" + %>/<%= link_to "sign up", :controller => "account", :action => "signup" %> <% end %>
- <%= link_to("help/about", :controller => "site", :action => "about") %> + <%= link_to "help/about", :controller => 'about' %>