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