new feat übersetzer und faq
This commit is contained in:
@@ -63,7 +63,7 @@
|
||||
<div class="hotel-actions">
|
||||
<a class="btn" href="{{ hotel.website_url }}" target="_blank" rel="noopener">{{ t('hotel_visit_website') }}</a>
|
||||
<a
|
||||
class="btn btn-ghost"
|
||||
class="btn btn-ghost route-location-btn"
|
||||
href="{{ hotel.current_route_url }}"
|
||||
target="_blank"
|
||||
rel="noopener"
|
||||
@@ -199,6 +199,7 @@
|
||||
loading="lazy"
|
||||
decoding="async"
|
||||
>
|
||||
<span class="gift-money-label">{{ t('gifts_money_label') }}</span>
|
||||
</div>
|
||||
<p class="gift-caption">{{ t('gifts_caption') }}</p>
|
||||
<p>{{ t('gifts_text') }}</p>
|
||||
@@ -318,7 +319,7 @@
|
||||
</button>
|
||||
<div class="map-embed-target" data-map-embed-target></div>
|
||||
<div class="location-actions">
|
||||
<a class="btn btn-ghost" href="{{ location_route_url }}" target="_blank" rel="noopener" data-location-route-live>{{ t('route_from_current') }}</a>
|
||||
<a class="btn btn-ghost route-location-btn" href="{{ location_route_url }}" target="_blank" rel="noopener" data-location-route-live>{{ t('route_from_current') }}</a>
|
||||
<a class="btn" href="{{ location_website_url }}" target="_blank" rel="noopener">{{ t('visit_location') }}</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user