# File lib/formtastic-bootstrap/inputs/base/timeish.rb, line 34
        def row_wrapping(&block)
          template.content_tag(:div,
            template.capture(&block).html_safe,
            :class => 'row'
          )
        end