integration of the new MVC for subproject_addresses
This commit is contained in:
		
							
								
								
									
										22
									
								
								app/views/subproject_addresses/_subproject_address.erb
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										22
									
								
								app/views/subproject_addresses/_subproject_address.erb
									
									
									
									
									
										Normal 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> | ||||
		Reference in New Issue
	
	Block a user
	 Stefan Tollkühn
					Stefan Tollkühn