Module: Georgia::ModalsHelper

Defined in:
app/helpers/georgia/modals_helper.rb

Instance Method Summary collapse

Instance Method Details



3
4
5
# File 'app/helpers/georgia/modals_helper.rb', line 3

def link_to_close
   :button, icon_tag('times'), class: 'close', data: {dismiss: 'modal'}, aria: {hidden: true}, type: 'button'
end