diff --git a/app/models/person.rb b/app/models/person.rb index 374541f..9151321 100644 --- a/app/models/person.rb +++ b/app/models/person.rb @@ -215,7 +215,7 @@ class Person < Profile ] [ [MainBlock.new], - [ProfileImageBlock.new, LinkListBlock.new(:links => links), RecentDocumentsBlock.new], + [ProfileImageBlock.new(:show_name => true), LinkListBlock.new(:links => links), RecentDocumentsBlock.new], [FriendsBlock.new, CommunitiesBlock.new] ] end -- libgit2 0.21.2