some more rails stuff
This commit is contained in:
parent
2fad5f7c92
commit
a46c4083ae
6 changed files with 36 additions and 3 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue