added a real profile description on the welcome tab
This commit is contained in:
parent
7d01deb99d
commit
23c2eaf1c5
4 changed files with 14 additions and 11 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -3223,6 +3223,8 @@ ul#getting_started
|
|||
.avatar
|
||||
:height 150px
|
||||
:width 150px
|
||||
:margin
|
||||
:left 5px
|
||||
|
||||
#edit_profile_button_div
|
||||
:padding
|
||||
|
|
|
|||
Loading…
Reference in a new issue