docbrown/app/views/admin/html_variants/show.html.erb
Josh Soref 5324eb1477
Spelling fixes to live code (#15670)
Co-authored-by: Josh Soref <jsoref@users.noreply.github.com>
2021-12-06 12:11:25 +02:00

7 lines
244 B
Text

<div class="content-center crayons-notice crayons-notice--info my-4 ml-1">
<span class="fs-2xl">HTML Variant Preview</span>
<br>
<%= link_to "Back to admin page", "javascript:history.back()" %>
</div>
<%= @html_variant.html.html_safe %>