Sha256: 15ebf256abf3da9cbb5875a0de765a8f0c4650be1fb9bc230e669ab6f05d8080
Contents?: true
Size: 201 Bytes
Versions: 8
Compression:
Stored size: 201 Bytes
Contents
module Georgia module ModalsHelper def link_to_close content_tag :button, icon_tag('times'), class: 'close', data: {dismiss: 'modal'}, aria: {hidden: true}, type: 'button' end end end
Version data entries
8 entries across 8 versions & 1 rubygems