diff --git a/app/helpers/aspect_global_helper.rb b/app/helpers/aspect_global_helper.rb index f93cea2ea..f55595d2d 100644 --- a/app/helpers/aspect_global_helper.rb +++ b/app/helpers/aspect_global_helper.rb @@ -94,6 +94,7 @@ module AspectGlobalHelper str << aspect.name str << "
" str << aspect_membership_button(aspect, contact, person) + str << "
" str << "" str.html_safe end