Sha256: 5abc821e44bd4d2d211f41fda870b26827e93949b94de5b2b243622b8131a9d4

Contents?: true

Size: 481 Bytes

Versions: 4

Compression:

Stored size: 481 Bytes

Contents

<div class="govuk-panel govuk-panel--confirmation
  {%- if params.classes %} {{ params.classes }}{% endif %}"
  {%- for attribute, value in params.attributes %} {{attribute}}="{{value}}"{% endfor %}>
  <h2 class="govuk-panel__title">
    {{ params.titleHtml | safe if params.titleHtml else params.titleText }}
  </h2>
  {% if params.html or params.text %}
  <div class="govuk-panel__body">
    {{ params.html | safe if params.html else params.text }}
  </div>
  {% endif %}
</div>

Version data entries

4 entries across 4 versions & 2 rubygems

Version Path
govuk_publishing_components-9.5.1 node_modules/govuk-frontend/components/panel/template.njk
govuk_publishing_components-9.5.0 node_modules/govuk-frontend/components/panel/template.njk
govuk_publishing_components-9.4.0 node_modules/govuk-frontend/components/panel/template.njk
govuk_fe_assets-0.1.0.pre.alpha node_modules/govuk-frontend/components/panel/template.njk