23 lines
379 B
Plaintext
23 lines
379 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>
|
|
|
|
</div>
|