* h1 and h2 design fixes * h2 redesign fixes * Removed incorrect code * Revert incorrect test code * h3 heading redesign * h4,h4,h5 headings redesign * Minor design fixes * Fixed all heading styles * Test case fix * Revert incorrect if condition * Revert incorrect if condition * Removed non required div
7 lines
271 B
Text
7 lines
271 B
Text
<h1 class="crayons-title mb-4">Make a new HTML Variant</h1>
|
|
<div class="crayons-card p-6">
|
|
<%= form_for([:admin, @html_variant], method: :post) do %>
|
|
<%= render "form" %>
|
|
<%= submit_tag "Create HTML Variant", class: "c-btn c-btn--primary" %>
|
|
<% end %>
|
|
</div>
|