GeoRSS aggregator and Layar augmented reality server
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- = form_for @user do |f|
- -if @user.errors.any?
- #error_explanation
- %h2= "#{pluralize(@user.errors.count, "error")} prohibited this user from being saved:"
- %ul
- - @user.errors.full_messages.each do |msg|
- %li= msg
-
- .field
- = f.label :email
- %br
- = f.text_field :email
- .field
- = f.label :password
- %br
- = f.password_field :password
- .field
- = f.label :password_confirmation
- %br
- = f.password_field :password_confirmation
- .actions
- = f.submit 'Save'
|