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

14 lines
216 B
Plaintext

<div id="c-blips">
<div id="a-new">
<h2>New blip</h2>
<%= render "form", blip: Blip.new %>
</div>
</div>
<%= render partial: "secondary_links" %>
<% content_for(:page_title) do %>
New Blip
<% end %>