Files
danbooru/app/views/forum_topics/edit.html.erb
2019-08-24 22:55:35 -05:00

8 lines
148 B
Plaintext

<div id="c-forum-topics">
<div id="a-edit">
<h1>Edit Forum Topic</h1>
<%= render "form", :forum_topic => @forum_topic %>
</div>
</div>