From f7389d0e26545d9e0d1e696c51da3380c7238cd7 Mon Sep 17 00:00:00 2001 From: Date: Thu, 14 Feb 2008 22:02:12 -0500 Subject: [PATCH] removed login information (a few people have found it) --- app/views/layouts/frontpage.rhtml | 4 ++-- app/views/layouts/main.rhtml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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 %> -- 2.30.2