forked from e621ng/e621ng
13 lines
222 B
Plaintext
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 %>
|