Hackerspace Istanbul'un web sitesi
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

11 lines
373 B

{{ if eq .show_percent "true" }}
<div class="progress-bar progress-bar-show-percent">
{{ with .value }}
<div class="progress-bar-filled" style="width:{{ . }}%" data-filled="{{ .fill_text }} {{ . }}%"></div>
{{ end }}
</div>
{{ else }}
<div class="progress-bar">
<div class="progress-bar-filled" style="width: {{ .value }}%"></div>
</div>
{{ end }}