From: Date: Fri, 15 Feb 2008 03:02:12 +0000 (-0500) Subject: removed login information (a few people have found it) X-Git-Url: https://projects.mako.cc/source/selectricity-live/commitdiff_plain/f7389d0e26545d9e0d1e696c51da3380c7238cd7 removed login information (a few people have found it) --- diff --git a/app/views/layouts/frontpage.rhtml b/app/views/layouts/frontpage.rhtml index 2ebf153..0b6067f 100644 --- a/app/views/layouts/frontpage.rhtml +++ b/app/views/layouts/frontpage.rhtml @@ -21,8 +21,8 @@ <% else %> <%= link_to("login", :controller => "account", :action => "login") %> -   <%= link_to "sign up", :controller => "account", - :action => "signup" %> + <% end -%>   <%= link_to "help/about", :controller => 'about' %> diff --git a/app/views/layouts/main.rhtml b/app/views/layouts/main.rhtml index 3f90f7a..106528d 100644 --- a/app/views/layouts/main.rhtml +++ b/app/views/layouts/main.rhtml @@ -40,7 +40,7 @@ :action => "logout" %> <% else %> <%= link_to "login", :controller => "account", :action => "login" - %>/<%= link_to "sign up", :controller => "account", :action => "signup" %> + %> <% end %>