added a real profile description on the welcome tab

This commit is contained in:
danielgrippi 2011-08-03 15:52:02 -07:00
parent 7d01deb99d
commit 23c2eaf1c5
4 changed files with 14 additions and 11 deletions

View file

@ -31,10 +31,10 @@
%h3
= @step += 1
.content
#getting_started_profile_photo
= person_image_link(current_user.person, :size => :thumb_medium)
%h3
= t(".fill_out_your_profile")
#getting_started_profile_photo
= person_image_link(current_user.person, :size => :thumb_medium)
%p
= t(".profile_description")
.span-8.fields

View file

@ -1,9 +1,10 @@
#this breaks seed scripts
#
#unless Rails.env == 'test' || AppConfig[:featured_users].count == Person.featured_users.count
# puts "Fetching featured users from remote servers..."
# AppConfig[:featured_users].each do |x|
# Webfinger.new(x).fetch
# end
# puts "Done fetching!"
#end
unless Rails.env == 'test' || AppConfig[:featured_users].count == Person.featured_users.count
print "Fetching featured users from remote servers"
AppConfig[:featured_users].each do |x|
Webfinger.new(x).fetch
print "."
end
puts " done!"
end

View file

@ -783,7 +783,7 @@ en:
skip: "Skip getting started"
fill_out_your_profile: "Fill out your profile"
profile_description: "Description of why you'd want to do this"
profile_description: "Make it easier for people to find you by filling out your profile information."
profile_fields:
name: "Name"
birthday: "Birthday"

View file

@ -3223,6 +3223,8 @@ ul#getting_started
.avatar
:height 150px
:width 150px
:margin
:left 5px
#edit_profile_button_div
:padding