File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 7
7
{{else}}
8
8
<a class="ui tiny basic toggle button" href="?style={{if .IsSplitStyle}}unified{{else}}split{{end}}">{{ if .IsSplitStyle }}{{.i18n.Tr "repo.diff.show_unified_view"}}{{else}}{{.i18n.Tr "repo.diff.show_split_view"}}{{end}}</a>
9
9
{{end}}
10
- <a class="ui tiny basic toggle button" data-target="#diff-files">{{.i18n.Tr "repo. diff.show_diff_stats"}}</a>
10
+ {{template "repo/ diff/options_dropdown" .}}
11
11
{{if and .PageIsPullFiles $.SignedUserID (not .IsArchived)}}
12
12
{{template "repo/diff/new_review" .}}
13
13
{{end}}
26
26
{{else}}
27
27
<a class="ui tiny basic toggle button" href="?style={{if .IsSplitStyle}}unified{{else}}split{{end}}">{{ if .IsSplitStyle }}{{.i18n.Tr "repo.diff.show_unified_view"}}{{else}}{{.i18n.Tr "repo.diff.show_split_view"}}{{end}}</a>
28
28
{{end}}
29
- <a class="ui tiny basic toggle button" data-target="#diff-files">{{.i18n.Tr "repo. diff.show_diff_stats"}}</a>
29
+ {{template "repo/ diff/options_dropdown" .}}
30
30
{{if and .PageIsPullFiles $.SignedUserID (not .IsArchived)}}
31
31
{{template "repo/diff/new_review" .}}
32
32
{{end}}
You can’t perform that action at this time.
0 commit comments