* 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>
7 lines
244 B
Text
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 %>
|