12 lines
192 B
Plaintext
12 lines
192 B
Plaintext
<% content_for :title, "New subproject" %>
|
|
|
|
<h1>New subproject</h1>
|
|
|
|
<%= render "form", subproject: @subproject %>
|
|
|
|
<br>
|
|
|
|
<div>
|
|
<%= link_to "Back to subprojects", subprojects_path %>
|
|
</div>
|