Sha256: 97590f45e8723df56b7b5c1403e6cda3d12164be1e01dccfbdce8942de98c1b7
Contents?: true
Size: 588 Bytes
Versions: 17
Compression:
Stored size: 588 Bytes
Contents
<% description ||= false prepend ||= false append ||= false %> <div class="gem-c-panel govuk-panel govuk-panel--confirmation"> <h2 class="govuk-panel__title"> <% if prepend %> <span class="gem-c-panel__prepend"> <%= prepend %> </span> <% end %> <span class="govuk-panel__title-text"> <%= title %> </span> <% if append %> <span class="gem-c-panel__append"> <%= append %> </span> <% end %> </h2> <% if description %> <div class="govuk-panel__body"> <%= description %> </div> <% end %> </div>
Version data entries
17 entries across 17 versions & 1 rubygems