7 lines
122 B
Plaintext
7 lines
122 B
Plaintext
<h1>Edit Post</h1>
|
|
|
|
<%= simple_form_for(@forum_post) do |f| %>
|
|
<%= f.input :body %>
|
|
<%= f.button :submit %>
|
|
<% end %>
|