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,22 @@
<div id="<%= dom_id subproject_address %>">
<p>
<strong>Streetname:</strong>
<%= subproject_address.streetname %>
</p>
<p>
<strong>Zipcode:</strong>
<%= subproject_address.zipcode %>
</p>
<p>
<strong>City:</strong>
<%= subproject_address.city %>
</p>
<p>
<strong>Country:</strong>
<%= subproject_address.country %>
</p>
</div>