GeoRSS aggregator and Layar augmented reality server
Nelze vybrat více než 25 témat
Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
|
- = 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
- = f.text_field :email
- .field
- = f.label :password
- = f.password_field :password
- .field
- = f.label :password_confirmation
- = f.password_field :password_confirmation
- .actions
- = f.submit 'Save'
|