integration of the new MVC for subproject_addresses

This commit is contained in:
Stefan Tollkühn
2025-07-22 17:33:53 +02:00
parent bae8b9318d
commit bc0df35259
11 changed files with 176 additions and 1 deletions

View File

@@ -0,0 +1,10 @@
<p style="color: green"><%= notice %></p>
<%= render @subproject_address %>
<div>
<%= link_to "Edit this subproject address", edit_subproject_address_path(@subproject_address) %> |
<%= link_to "Back to subproject addresses", subproject_addresses_path %>
<%= button_to "Destroy this subproject address", @subproject_address, method: :delete %>
</div>