Sha256: 890f9c67ed1b852c439b054e5cb6ef4d8bca8e4dea5268e4f83c8c4306d29219
Contents?: true
Size: 811 Bytes
Versions: 44
Compression:
Stored size: 811 Bytes
Contents
<% if defined?(title) %> <% description_text ||= false description_govspeak ||= yield || "" margin_bottom_class = " gem-c-notice--bottom-margin" unless local_assigns[:margin_bottom] %> <section class="gem-c-notice<%= margin_bottom_class %>" aria-label="Notice" role="region"> <% if description_text.present? || description_govspeak.present? %> <h2 class="gem-c-notice__title"><%= title %></h2> <% else %> <span class="gem-c-notice__title"><%= title %></span> <% end %> <% if description_text %> <p class="gem-c-notice__description"><%= description_text %></p> <% end %> <% unless description_govspeak.empty? %> <%= render 'govuk_publishing_components/components/govspeak', content: description_govspeak %> <% end %> </section> <% end %>
Version data entries
44 entries across 44 versions & 1 rubygems