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

13 lines
222 B
Plaintext

<div class="c-mascots">
<div class="a-edit">
<h1>Edit Mascot</h1>
<%= render "form", mascot: @mascot %>
</div>
</div>
<%= render "secondary_links" %>
<% content_for(:page_title) do %>
Edit Mascot
<% end %>