arizonacollab/app/views/spaces/_space.html.erb
2013-10-09 05:14:30 -07:00

45 lines
581 B
Plaintext

<p>
<strong>Name:</strong>
<%= space.name %>
</p>
<p>
<strong>Category:</strong>
<%= space.category %>
</p>
<p>
<strong>Address:</strong>
<%= space.full_address %>
</p>
<p>
<strong>Latitude/Longitude:</strong>
<%= space.latitude %>, <%= space.longitude %>
</p>
<p>
<strong>Hours:</strong>
<%= space.hours %>
</p>
<p>
<strong>Phone:</strong>
<%= space.phone %>
</p>
<p>
<strong>Email:</strong>
<%= space.email %>
</p>
<p>
<strong>Website:</strong>
<%= space.website %>
</p>
<p>
<strong>Description:</strong>
<%= space.description %>
</p>