@bmlt-enabled/croutonjs 3.17.2 → 3.17.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/crouton-core.js +1 -1
- package/crouton-core.min.js +1 -1
- package/crouton.js +1 -1
- package/crouton.min.js +1 -1
- package/crouton.nojquery.js +1 -1
- package/crouton.nojquery.min.js +1 -1
- package/package.json +1 -1
package/crouton.js
CHANGED
|
@@ -14550,7 +14550,7 @@ var croutonDefaultTemplates = {
|
|
|
14550
14550
|
<div class="location-text">{{{this.location_text}}}</div>
|
|
14551
14551
|
<div class="meeting-address">{{this.formatted_address}}</div>
|
|
14552
14552
|
<div class="location-information">{{{this.formatted_location_info}}}</div>
|
|
14553
|
-
|
|
14553
|
+
<a href="https://www.google.com/maps/dir/?api=1&destination={{this.latitude}}%2C{{this.longitude}}" class="bootstrap-bmlt" ><div class="btn btn-primary bmlt-xs get-directions"><span class="glyphicon glyphicon-road"></span> {{getWord "google_directions"}}</div></a>
|
|
14554
14554
|
<br/>
|
|
14555
14555
|
{{/isInPersonOrHybrid}}
|
|
14556
14556
|
{{#isVirtualOrHybrid this}}
|