Sha256: b0bdb2e6723ff9627577c273dfb3d10003ade921d1adabd276b0c496e2a21b34
Contents?: true
Size: 672 Bytes
Versions: 19
Compression:
Stored size: 672 Bytes
Contents
<div class="thumbnail thumbnail-hotel"> <!-- {% include google_map.html link=hotel.google_maps_url coordinates=hotel.coordinates size="555x305" %} --> <div class="caption"> <h3> {{ hotel.name }} <br> <small> {{ hotel.rate }} </small> </h3> <p> {{ hotel.address1 }} <br> {{ hotel.address2 }} <br> <span>{{ hotel.phone }}</span> </p> <p>{{ hotel.description }}</p> <a class="btn btn-primary" href="{{ hotel.reserve_url }}" target="_blank">Reserve</a> <a class="btn btn-default visible-xs-inline-block" href="tel://{{ hotel.phone }}">Call</a> </div> </div>
Version data entries
19 entries across 19 versions & 1 rubygems