We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6aef9e0 commit ef8a1c2Copy full SHA for ef8a1c2
templates/repo/diff/box.tmpl
@@ -24,7 +24,7 @@
24
{{svg "octicon-diff" 16 "gt-mr-2"}}{{.locale.Tr "repo.diff.stats_desc" .Diff.NumFiles .Diff.TotalAddition .Diff.TotalDeletion | Str2html}}
25
</div>
26
27
- <div class="diff-detail-actions gt-df gt-ac gt-w-100">
+ <div class="diff-detail-actions gt-df gt-ac">
28
{{if and .PageIsPullFiles $.SignedUserID (not .IsArchived)}}
29
<progress id="viewed-files-summary" class="gt-mr-2" value="{{.Diff.NumViewedFiles}}" max="{{.Diff.NumFiles}}"></progress>
30
<label for="viewed-files-summary" id="viewed-files-summary-label" class="gt-mr-3 gt-f1" data-text-changed-template="{{.locale.Tr "repo.pulls.viewed_files_label"}}">
0 commit comments