some more rails stuff

This commit is contained in:
Steve Coast 2006-07-28 22:53:54 +00:00
parent 2fad5f7c92
commit a46c4083ae
6 changed files with 36 additions and 3 deletions

View file

@ -18,8 +18,8 @@
<span id="greeting">
<%= link_to 'Login', :controller => 'user', :action => 'login' %> /
<%= link_to 'Sign up', :controller => 'user', :action => 'new' %>
<%= link_to 'Login', {:controller => 'user', :action => 'login'}, {:id => 'loginanchor'}%> /
<%= link_to 'Sign up', {:controller => 'user', :action => 'new'}, {:id => 'registeranchor'} %>
</span>
<div>