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

20 lines
444 B
Plaintext

<div class="marker-container">
<h3><%= space.name %></h3>
<em><%= space.category %></em>
<p>
<%= space.full_address %><br/>
<strong>Hours:</strong> <%= space.hours %><br/>
<strong>Phone:</strong> <%= space.phone %><br/>
<strong>Email:</strong> <%= space.email %><br/>
<strong>Website:</strong> <%= link_to space.website, space.website_with_protocol %><br/>
</p>
<p>
<%= space.description %>
</p>
</div>