Sha256: 9e3e52ffc92abe802af968c8d984fecf763ec89f32016e4a9ea251dc98834765
Contents?: true
Size: 319 Bytes
Versions: 58
Compression:
Stored size: 319 Bytes
Contents
# frozen_string_literal: true module Decidim # Helper to print layout elements for the different help elements available on the pages. module ContextualHelpHelper def floating_help(id, &block) render partial: "decidim/shared/floating_help", locals: { content: capture(&block), id: id } end end end
Version data entries
58 entries across 58 versions & 1 rubygems