docs-v2/layouts/partials/footer/modals.html

15 lines
649 B
HTML
Raw Normal View History

{{ $inStdlib := and (in .Page.RelPermalink "/flux/v0.x/stdlib/") (ne .Page.RelPermalink "/flux/v0.x/stdlib/") (ne .Page.RelPermalink "/flux/v0.x/stdlib/all-functions/") }}
<div class="modal">
<div class="modal-overlay"></div>
<div class="modal-wrapper">
<div class="modal-body">
<a id="modal-close"href="#"><span class="icon-remove"></span></a>
<!-- Modal window content blocks-->
{{ partial "footer/modals/influxdb-url.html" . }}
{{ partial "footer/modals/page-feedback.html" . }}
{{ if $inStdlib }}
{{ partial "footer/modals/flux-influxdb-versions.html" . }}
{{ end }}
</div>
</div>
</div>