Sha256: 1da6a9e2b7c3baece7b044095e34b825f66bd0c95c230a1366f4507856358c98

Contents?: true

Size: 254 Bytes

Versions: 5

Compression:

Stored size: 254 Bytes

Contents

module BootstrapEmail
  module Component
    class Table < Base
      def build
        each_node('table') do |node|
          node['border'] = 0
          node['cellpadding'] = 0
          node['cellspacing'] = 0
        end
      end
    end
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
bootstrap-email-1.0.0.alpha2.1 lib/bootstrap-email/components/table.rb
bootstrap-email-1.0.0.alpha2 lib/bootstrap-email/components/table.rb
bootstrap-email-1.0.0.alpha1.2 lib/bootstrap-email/components/table.rb
bootstrap-email-1.0.0.alpha1.1 lib/bootstrap-email/components/table.rb
bootstrap-email-1.0.0.alpha1 lib/bootstrap-email/components/table.rb