forked from e621ng/e621ng
14 lines
299 B
Plaintext
14 lines
299 B
Plaintext
<div id="c-staff-notes">
|
|
<div id="a-edit">
|
|
<h1>Edit Staff Note For <%= link_to_user @staff_note.user %></h1>
|
|
|
|
<%= render "staff_notes/partials/edit", staff_note: @staff_note %>
|
|
</div>
|
|
</div>
|
|
|
|
<%= render "secondary_links" %>
|
|
|
|
<% content_for(:page_title) do %>
|
|
Edit Staff Note
|
|
<% end %>
|