7 lines
180 B
Text
7 lines
180 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>
|