Welcome to mirror list, hosted at ThFree Co, Russian Federation.

_checklist-footer.html « partials « layouts - github.com/vjeantet/hugo-theme-docport.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 009e6fc5782005bdaf996493ab419d78cbddb7e4 (plain)
1
2
3
4
5
6
7
8
{{if .Params.checklist}}
	</form>
	<div class="checklist-footer">
		<button type="button" 
		onclick="downloadFile('6d2ab01b-fad4-4e70-83a8-b910ca848fec');"
		class="btn btn-success"><i class="fas fa-download"></i>&nbsp;{{T "checklist-download-answers"}}</button>
	</div>
{{end}}