Skip to content

Instantly share code, notes, and snippets.

@stephenrichards
Created February 11, 2019 23:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save stephenrichards/6959b019f8670eac3b32d640399a042e to your computer and use it in GitHub Desktop.
Save stephenrichards/6959b019f8670eac3b32d640399a042e to your computer and use it in GitHub Desktop.
content_tag :html do
content_tag :div, class: 'govuk-body' do
content_tag :p, class: 'govuk-item do
"My item"
end
end
end
# expected output:
# <html><div class="govuk_body><p class="govuk_item">My item</p></div></html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment