missing closing tag in aspect_dropdown helper
This commit is contained in:
parent
6a108104e8
commit
3fb81d37d0
1 changed files with 1 additions and 0 deletions
|
|
@ -94,6 +94,7 @@ module AspectGlobalHelper
|
||||||
str << aspect.name
|
str << aspect.name
|
||||||
str << "<div class=\"hidden\">"
|
str << "<div class=\"hidden\">"
|
||||||
str << aspect_membership_button(aspect, contact, person)
|
str << aspect_membership_button(aspect, contact, person)
|
||||||
|
str << "</div>"
|
||||||
str << "</li>"
|
str << "</li>"
|
||||||
str.html_safe
|
str.html_safe
|
||||||
end
|
end
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue