|
|
|
@ -4,5 +4,5 @@ h1.tcenter = "#{session_user.name}'s Settings" |
|
|
|
|
label Avatar URL |
|
|
|
|
input type="text" name="avatar_url" placeholder="/avatars/default.png" value="#{session_user.avatar_url}" |
|
|
|
|
label Biography |
|
|
|
|
input type="text" name="bio" placeholder="User Biography" value="#{session_user.bio_text}" |
|
|
|
|
textarea name="bio" cols="20" rows="5" placeholder="Tell us about yourself!" value="#{session_user.bio_text}" |
|
|
|
|
input type="submit" value="Update" |
|
|
|
|