diff --git a/app/helpers/aspect_global_helper.rb b/app/helpers/aspect_global_helper.rb index f55595d2d..4c8db12bb 100644 --- a/app/helpers/aspect_global_helper.rb +++ b/app/helpers/aspect_global_helper.rb @@ -87,15 +87,16 @@ module AspectGlobalHelper klass = checked ? "selected" : "" hidden = !checked ? "hidden" : "" - str = "
  • " - #str << "" - str << "" - str << "" - str << aspect.name - str << "
    " - str << aspect_membership_button(aspect, contact, person) - str << "
    " - str << "
  • " + str = < + + + #{aspect.name} +
    + #{aspect_membership_button(aspect, contact, person)} +
    + +LISTITEM str.html_safe end end