Files
parse/app/views/projects/new.html.erb
2025-07-24 17:55:28 +02:00

12 lines
197 B
Plaintext

<% content_for :title, "New project" %>
<h1>New project</h1>
<div id="projects">
<%= render "form", project: @project %>
</div>
<div>
<%= link_to "Back to projects", projects_path %>
</div>