12 lines
174 B
Plaintext
12 lines
174 B
Plaintext
<% content_for :title, "New project" %>
|
|
|
|
<h1>New project</h1>
|
|
|
|
<%= render "form", project: @project %>
|
|
|
|
<br>
|
|
|
|
<div>
|
|
<%= link_to "Back to projects", projects_path %>
|
|
</div>
|