initial commit
This commit is contained in:
11
app/views/subprojects/new.html.erb
Normal file
11
app/views/subprojects/new.html.erb
Normal file
@@ -0,0 +1,11 @@
|
||||
<% content_for :title, "New subproject" %>
|
||||
|
||||
<h1>New subproject</h1>
|
||||
|
||||
<%= render "form", subproject: @subproject %>
|
||||
|
||||
<br>
|
||||
|
||||
<div>
|
||||
<%= link_to "Back to subprojects", subprojects_path %>
|
||||
</div>
|
||||
Reference in New Issue
Block a user