eBooru/app/views/mascots/new.html.erb
2022-10-15 21:40:40 +02:00

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 %>