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
|
%h3
|
||||||
= @step += 1
|
= @step += 1
|
||||||
.content
|
.content
|
||||||
#getting_started_profile_photo
|
|
||||||
= person_image_link(current_user.person, :size => :thumb_medium)
|
|
||||||
%h3
|
%h3
|
||||||
= t(".fill_out_your_profile")
|
= t(".fill_out_your_profile")
|
||||||
|
#getting_started_profile_photo
|
||||||
|
= person_image_link(current_user.person, :size => :thumb_medium)
|
||||||
%p
|
%p
|
||||||
= t(".profile_description")
|
= t(".profile_description")
|
||||||
.span-8.fields
|
.span-8.fields
|
||||||
|
|
|
||||||
|
|
@ -1,9 +1,10 @@
|
||||||
#this breaks seed scripts
|
#this breaks seed scripts
|
||||||
#
|
|
||||||
#unless Rails.env == 'test' || AppConfig[:featured_users].count == Person.featured_users.count
|
unless Rails.env == 'test' || AppConfig[:featured_users].count == Person.featured_users.count
|
||||||
# puts "Fetching featured users from remote servers..."
|
print "Fetching featured users from remote servers"
|
||||||
# AppConfig[:featured_users].each do |x|
|
AppConfig[:featured_users].each do |x|
|
||||||
# Webfinger.new(x).fetch
|
Webfinger.new(x).fetch
|
||||||
# end
|
print "."
|
||||||
# puts "Done fetching!"
|
end
|
||||||
#end
|
puts " done!"
|
||||||
|
end
|
||||||
|
|
|
||||||
|
|
@ -783,7 +783,7 @@ en:
|
||||||
skip: "Skip getting started"
|
skip: "Skip getting started"
|
||||||
|
|
||||||
fill_out_your_profile: "Fill out your profile"
|
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:
|
profile_fields:
|
||||||
name: "Name"
|
name: "Name"
|
||||||
birthday: "Birthday"
|
birthday: "Birthday"
|
||||||
|
|
|
||||||
|
|
@ -3223,6 +3223,8 @@ ul#getting_started
|
||||||
.avatar
|
.avatar
|
||||||
:height 150px
|
:height 150px
|
||||||
:width 150px
|
:width 150px
|
||||||
|
:margin
|
||||||
|
:left 5px
|
||||||
|
|
||||||
#edit_profile_button_div
|
#edit_profile_button_div
|
||||||
:padding
|
:padding
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue