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