diff --git a/app/views/profile/_person.rhtml b/app/views/profile/_person.rhtml index faf638d..2ba2410 100644 --- a/app/views/profile/_person.rhtml +++ b/app/views/profile/_person.rhtml @@ -16,9 +16,11 @@ <% end %> <%= display_field(_('Location:'), profile, :location) %> +<% if !(profile.organization.blank? && profile.organization_website.blank?) %> <%= _('Work')%> +<% end %> <%= display_field(_('Organization:'), profile, :organization) %> <%= display_field(_('Organization website:'), profile, :organization_website) { |url| link_to(url, url) }%> -- libgit2 0.21.2