We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23838c2 commit 28b8e0bCopy full SHA for 28b8e0b
templates/repo/diff/compare.tmpl
@@ -2,7 +2,7 @@
2
<div role="main" aria-label="{{.Title}}" class="page-content repository diff {{if .PageIsComparePull}}compare pull{{end}}">
3
{{template "repo/header" .}}
4
{{$showDiffBox := false}}
5
- <div class="ui container">
+ <div class="ui container fluid padded">
6
<h2 class="ui header">
7
{{if and $.PageIsComparePull $.IsSigned (not .Repository.IsArchived)}}
8
{{ctx.Locale.Tr "repo.pulls.compare_changes"}}
@@ -235,7 +235,7 @@
235
</div>
236
237
{{if $showDiffBox}}
238
239
{{template "repo/commits_table" .}}
240
{{template "repo/diff/box" .}}
241
0 commit comments