Files
parse/app/views/subprojects/show.html.erb
Stefan Tollkühn 3735122750 initial commit
2025-07-21 12:14:42 +02:00

11 lines
293 B
Plaintext

<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>