eBooru/app/views/blips/edit.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

12 lines
209 B
Plaintext

<div id="c-blips">
<div id="a-edit">
<%= render "form", blip: @blip %>
</div>
</div>
<%= render partial: "secondary_links" %>
<% content_for(:page_title) do %>
Edit Blip #<%= @blip.id %>
<% end %>