28 lines
473 B
Plaintext
28 lines
473 B
Plaintext
<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>
|
|
|
|
<p>
|
|
<strong>Subproject_ID:</strong>
|
|
<%= subproject_address.subproject_id %>
|
|
</p>
|
|
|
|
</div>
|