MongoDB-Uppgift/app/views/posts/new.html.erb
2025-05-23 14:14:30 +02:00

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>