Sha256: 637a9bd747f87e0647d62ee7754ab33832bdbbe9062e523b93873b7dbd3f2d73

Contents?: true

Size: 396 Bytes

Versions: 11

Compression:

Stored size: 396 Bytes

Contents

module BootstrapEmail
  module Converter
    class Card < Base
      def build
        each_node('.card') do |node|
          node.replace(template('table', classes: node['class'], contents: node.inner_html))
        end
        each_node('.card-body') do |node|
          node.replace(template('table', classes: node['class'], contents: node.inner_html))
        end
      end
    end
  end
end

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
bootstrap-email-1.1.4 lib/bootstrap-email/converters/card.rb
bootstrap-email-1.1.3 lib/bootstrap-email/converters/card.rb
bootstrap-email-1.1.2 lib/bootstrap-email/converters/card.rb
bootstrap-email-1.1.1 lib/bootstrap-email/converters/card.rb
bootstrap-email-1.1.0 lib/bootstrap-email/converters/card.rb
bootstrap-email-1.0.2 lib/bootstrap-email/converters/card.rb
bootstrap-email-1.0.1 lib/bootstrap-email/converters/card.rb
bootstrap-email-1.0.0 lib/bootstrap-email/converters/card.rb
bootstrap-email-1.0.0.alpha4 lib/bootstrap-email/converters/card.rb
bootstrap-email-1.0.0.alpha3.1 lib/bootstrap-email/converters/card.rb
bootstrap-email-1.0.0.alpha3 lib/bootstrap-email/converters/card.rb