Hi,

New to ruby on rails, read up quite a bit and still feel a bit lost.
I'm trying to move the login (login.html.erb) onto the main index.
I thought it would be as easy as moving the login form code:

  <%= f.text_field :login, :class => "focus_first" %>
  <%= f.password_field :password %>
  <%= f.wrap(:remember_me, :for => :remember_me){ check_box_tag
'remember_me',1,false, :class=>"checkbox" } %>

to the index, obviously I see I'm wrong. Any help or a point in the
right direction
would be great.

Thank you

-- 
You received this message because you are subscribed to the Google
Groups "Lovd by Less" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/lovdbyless?hl=en
Who loves ya baby?

Reply via email to