eBooru/app/views/post_flags/new.html.erb
Earlopain da29304039 [Template] Add a bunch of missing titles
This also adds usefull information to a few, like which tag you're editing
2021-03-21 19:02:28 +01:00

10 lines
202 B
Plaintext

<div id="c-post-flags">
<div id="a-new">
<%= render "post_flags/new", post_flag: @post_flag %>
</div>
</div>
<% content_for(:page_title) do %>
New Flag - #<%= @post_flag.post_id %>
<% end %>