initial commit
This commit is contained in:
10
app/views/subprojects/show.html.erb
Normal file
10
app/views/subprojects/show.html.erb
Normal file
@@ -0,0 +1,10 @@
|
||||
<p style="color: green"><%= notice %></p>
|
||||
|
||||
<%= render @subproject %>
|
||||
|
||||
<div>
|
||||
<%= link_to "Edit this subproject", edit_subproject_path(@subproject) %> |
|
||||
<%= link_to "Back to subprojects", subprojects_path %>
|
||||
|
||||
<%= button_to "Destroy this subproject", @subproject, method: :delete %>
|
||||
</div>
|
||||
Reference in New Issue
Block a user