Skip to content
2 changes: 1 addition & 1 deletion templates/repo/sub_menu.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
</div>
<a class="ui segment language-stats">
{{range .LanguageStats}}
<div class="bar" style="width: {{ .Percentage }}%; background-color: {{ .Color }}">&nbsp;</div>
<div class="bar" style="width: {{ .Percentage }}%; background-color: {{ .Color }}" title={{ .Language }}>&nbsp;</div>
{{end}}
</a>
{{end}}
Expand Down