module PostFlagsHelper def post_flag_reasons(post) html = [] html << '' html.join("\n").html_safe end end