Module: EmailHelper

Defined in:
app/helpers/email_helper.rb

Overview

typed: false frozen_string_literal: true

Instance Method Summary collapse

Instance Method Details



4
5
6
7
8
# File 'app/helpers/email_helper.rb', line 4

def footer_banner(_ = false, custom_link = 'http://taps.io/EL')
  raw("<a href='#{custom_link}'>
                <img align='center' alt='' src='https://hungryhub.com/all-you-can-eat-mejico2.jpg' width='564' style='max-width:752px; padding-bottom: 0; display: inline !important; vertical-align: bottom;' class='mcnImage'>
            </a>")
end