X-Git-Url: https://projects.mako.cc/source/selectricity-live/blobdiff_plain/ed271a9bc9a0ec6928e7276d645541db6e5cb7c6..ad088c1324d08a65f6f5336bedf7a88a8a8950e7:/app/views/layouts/main.rhtml diff --git a/app/views/layouts/main.rhtml b/app/views/layouts/main.rhtml index c34e797..75f196a 100644 --- a/app/views/layouts/main.rhtml +++ b/app/views/layouts/main.rhtml @@ -33,14 +33,14 @@
<% if session[:user] %> - <%= link_to User.find(session[:user]).login.capitalize, + <%= link_to User.find(session[:user]).login.downcase, :controller => "account", :action => "summary", :id => session[:user][:id] %> <%= link_to "logout", :controller => "account", :action => "logout" %> <% else %> <%= link_to "login", :controller => "account", :action => "login" - %>/<%= link_to "sign up", :controller => "account", :action => "signup" %> + %> <% end %>
@@ -55,7 +55,7 @@
- <%= render_partial 'layouts/footer' %> + <%= render :partial => 'layouts/footer' %>