mirror of
https://github.com/go-gitea/gitea
synced 2024-10-31 23:34:25 +00:00
1b2cd4c4e1
- replace fomantic popup module with tippy.js - fix chaining and add comment - add 100ms delay to tooltips - stopwatch improvments, raise default maxWidth - update web_src/js/features/common-global.js - use type=submit instead of js
5 lines
334 B
Handlebars
5 lines
334 B
Handlebars
{{Add .file.Addition .file.Deletion}}
|
|
<span class="diff-stats-bar tooltip mx-3" data-content="{{.root.locale.Tr "repo.diff.stats_desc_file" (Add .file.Addition .file.Deletion) .file.Addition .file.Deletion | Str2html}}">
|
|
<div class="diff-stats-add-bar" style="width: {{DiffStatsWidth .file.Addition .file.Deletion}}%"></div>
|
|
</span>
|