% tabs = %w( universes characters locations items creatures races religions magics languages groups scenes ) tab_content_list = {} tabs.each do |tab| tab_content_list[tab] = @user.send(tab).is_public.sort_by { |c| c.name.downcase } end %>
Profile pictures are powered by <%= link_to 'Gravatar', 'https://gravatar.com/', target: "_blank" %>, using the email you provided in your <%= link_to 'account settings', edit_user_registration_path %>.
For the prettiest profile, please use an avatar at least 250 pixels wide.
It looks like <%= @user.name %> isn't sharing any public <%= tab %> yet.