Sha256: 13a0d2a721a982d35e39170407acfd08e0260074889e3b09a58cb5d1b491bfc9

Contents?: true

Size: 272 Bytes

Versions: 11

Compression:

Stored size: 272 Bytes

Contents

module BootstrapEmail
  module Converter
    class Alert < Base
      def build
        each_node('.alert') do |node|
          node.replace(template('table', classes: node['class'], contents: node.delete('class') && node.to_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/alert.rb
bootstrap-email-1.1.3 lib/bootstrap-email/converters/alert.rb
bootstrap-email-1.1.2 lib/bootstrap-email/converters/alert.rb
bootstrap-email-1.1.1 lib/bootstrap-email/converters/alert.rb
bootstrap-email-1.1.0 lib/bootstrap-email/converters/alert.rb
bootstrap-email-1.0.2 lib/bootstrap-email/converters/alert.rb
bootstrap-email-1.0.1 lib/bootstrap-email/converters/alert.rb
bootstrap-email-1.0.0 lib/bootstrap-email/converters/alert.rb
bootstrap-email-1.0.0.alpha4 lib/bootstrap-email/converters/alert.rb
bootstrap-email-1.0.0.alpha3.1 lib/bootstrap-email/converters/alert.rb
bootstrap-email-1.0.0.alpha3 lib/bootstrap-email/converters/alert.rb