Sha256: 00b6de843407183a93291c7641940d51db0e20d2004b906e43fc4fec78eaf3d3
Contents?: true
Size: 321 Bytes
Versions: 58
Compression:
Stored size: 321 Bytes
Contents
module Hyrax module PermissionsHelper def help_text(file) capture_content(file) end private def capture_content(file) capture do render file end end def help_icon content_tag 'i', '', 'aria-hidden' => true, class: 'help-icon' end end end
Version data entries
58 entries across 58 versions & 2 rubygems