aboutsummaryrefslogtreecommitdiffstats
path: root/templates/repo/diff/stats.tmpl
blob: d70fc2fe40b1dea82306d4c6ff19d95c5fef1eb0 (plain)
1
2
3
4
{{Add .file.Addition .file.Deletion}}
<span class="diff-stats-bar tooltip mx-3" data-content="{{.root.i18n.Tr "repo.diff.stats_desc_file" (Add .file.Addition .file.Deletion) .file.Addition .file.Deletion | Str2html}}" data-variation="wide">
	<div class="diff-stats-add-bar" style="width: {{DiffStatsWidth .file.Addition .file.Deletion}}%"></div>
</span>