Sha256: ee687b418b4baec1db979d0ff1fca1f9f60df99a8733bfbc9477e21481c4e689
Contents?: true
Size: 322 Bytes
Versions: 29
Compression:
Stored size: 322 Bytes
Contents
# frozen_string_literal: true 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 tag.i '', 'aria-hidden': true, class: 'help-icon' end end end
Version data entries
29 entries across 29 versions & 1 rubygems