Fixing a few bugs

This commit is contained in:
Matt Barringer 2013-02-12 19:17:19 +01:00
parent 045ffd3541
commit df0e75e03a
4 changed files with 14 additions and 7 deletions

View file

@ -6,7 +6,7 @@
= p.input :first_name, :as => :string
= p.input :last_name, :as => :string
= p.input :public_name, :as => :string
= p.input :irc_nickname, :label => "IRC nick:"
= p.input :irc_nickname, :label => "IRC nick:", :as => :string
= p.input :company, :label => "Affiliation", :as => :string, :hint => "This could be a company, a user group, or nothing at all."
= image_tag current_user.person.avatar(:small)
= p.input :avatar, :label => "Picture", :hint => "Upload a new picture."