11 lines
156 B
Text
11 lines
156 B
Text
<% content_for :title, "New post" %>
|
|
|
|
<h1>New post</h1>
|
|
|
|
<%= render "form", post: @post %>
|
|
|
|
<br>
|
|
|
|
<div>
|
|
<%= link_to "Back to posts", posts_path %>
|
|
</div>
|