forked from e621ng/e621ng
13 lines
219 B
Plaintext
13 lines
219 B
Plaintext
<div class="c-mascots">
|
|
<div class="a-new">
|
|
<h1>New Mascot</h1>
|
|
<%= render "form", mascot: @mascot %>
|
|
</div>
|
|
</div>
|
|
|
|
<%= render "secondary_links" %>
|
|
|
|
<% content_for(:page_title) do %>
|
|
New Mascot
|
|
<% end %>
|