Sha256: f0309c6b470acbc208f960ca533fb9ae45e3e6b9c04bd6c7d985a4d15b6f489d
Contents?: true
Size: 321 Bytes
Versions: 8
Compression:
Stored size: 321 Bytes
Contents
module Sufia 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
8 entries across 8 versions & 1 rubygems