9 lines
197 B
Text
9 lines
197 B
Text
<%= render "page_styles" %>
|
|
|
|
<div class="html-variants-page">
|
|
<div>
|
|
<a href="/html_variants">👈 View All</a>
|
|
<h1><%= @html_variant.name %></h1>
|
|
<%= render "form" %>
|
|
</div>
|
|
</div>
|