Sha256: 995491cc09996d05f439a85d000730b55a15d2b6e7c2d189bc8e2982c5177336
Contents?: true
Size: 521 Bytes
Versions: 76
Compression:
Stored size: 521 Bytes
Contents
<% id ||= "inset-text-#{SecureRandom.hex(4)}" margin_top ||= 6 margin_bottom ||= 6 shared_helper = GovukPublishingComponents::Presenters::SharedHelper.new({ margin_top: margin_top, margin_bottom: margin_bottom }) classes = %w[gem-c-inset-text govuk-inset-text] classes << shared_helper.get_margin_top classes << shared_helper.get_margin_bottom %> <%= tag.div id: id, class: classes do %> <% if defined? text %> <%= text %> <% elsif block_given? %> <%= yield %> <% end %> <% end %>
Version data entries
76 entries across 76 versions & 1 rubygems