# File lib/simple_form/components/errors.rb, line 32
      def enabled_error
        template.content_tag(error_tag, error_text, error_html_options) if has_errors?
      end