added a save button, moved stuff around
This commit is contained in:
parent
42d4d4f400
commit
511bd3ab03
3 changed files with 24 additions and 3 deletions
|
|
@ -55,6 +55,10 @@
|
||||||
#profile_photo_upload
|
#profile_photo_upload
|
||||||
= owner_image_tag(:thumb_medium)
|
= owner_image_tag(:thumb_medium)
|
||||||
|
|
||||||
|
-if !aspect.nil? && aspect == :getting_started
|
||||||
|
%br
|
||||||
|
%br
|
||||||
|
|
||||||
#file-upload.button
|
#file-upload.button
|
||||||
=t('.upload')
|
=t('.upload')
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -74,12 +74,18 @@
|
||||||
= link_to "hooking up your Facebook account", "auth/facebook?callback_url=#{getting_started_url}"
|
= link_to "hooking up your Facebook account", "auth/facebook?callback_url=#{getting_started_url}"
|
||||||
to Diaspora. We can pull your name and photo, and enable cross-positng.
|
to Diaspora. We can pull your name and photo, and enable cross-positng.
|
||||||
|
|
||||||
.span-6
|
.span-12
|
||||||
= form_for current_user.person.profile do |profile|
|
= form_for current_user.person.profile do |profile|
|
||||||
= profile.text_field :first_name
|
.span-5
|
||||||
|
= profile.text_field :first_name, :placeholder => t('profiles.edit.first_name')
|
||||||
|
|
||||||
|
.span-7.last
|
||||||
|
= render 'photos/new_profile_photo', :aspect => :getting_started, :person => current_user.person
|
||||||
|
|
||||||
%br
|
%br
|
||||||
= render 'photos/new_profile_photo', :aspect => :getting_started, :person => current_user.person
|
.span-6.prepend-6.last
|
||||||
|
.right
|
||||||
|
= profile.submit "Save"
|
||||||
|
|
||||||
%li.follow_interests
|
%li.follow_interests
|
||||||
.getting_started_number
|
.getting_started_number
|
||||||
|
|
|
||||||
|
|
@ -3218,6 +3218,17 @@ ul#getting_started
|
||||||
|
|
||||||
.profile
|
.profile
|
||||||
:min-height 260px
|
:min-height 260px
|
||||||
|
#profile_photo_upload
|
||||||
|
:padding
|
||||||
|
:left 30px
|
||||||
|
img
|
||||||
|
:position relative
|
||||||
|
:float right
|
||||||
|
.button
|
||||||
|
:top 10px
|
||||||
|
:left 69px
|
||||||
|
.button
|
||||||
|
:top 20px
|
||||||
|
|
||||||
#right_service_icons
|
#right_service_icons
|
||||||
:text-align center
|
:text-align center
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue