docbrown/app/views/admin/html_variants/show.html.erb
Fernando Valverde 2297e84f35
[deploy] HTML Variant admin dashboard (#10188)
* HTML Variant admin dashboard

* Tweaks to actions & spec fixes

* Update app/controllers/admin/html_variants_controller.rb

Co-authored-by: Michael Kohl <citizen428@dev.to>

* Removes old html_variants dashboards

* Removes old lingering spec

Co-authored-by: Michael Kohl <citizen428@dev.to>
2020-09-28 09:22:13 -06:00

7 lines
244 B
Text

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