File tree 2 files changed +4
-4
lines changed 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 9
9
{{$branchDropdownCurrentRefType := "branch"}}
10
10
{{$branchDropdownCurrentRefShortName := .BranchName}}
11
11
{{if .IsViewTag}}
12
- {{$branchDropdownCurrentRefType : = "tag"}}
13
- {{$branchDropdownCurrentRefShortName : = .TagName}}
12
+ {{$branchDropdownCurrentRefType = "tag"}}
13
+ {{$branchDropdownCurrentRefShortName = .TagName}}
14
14
{{end}}
15
15
{{template "repo/branch_dropdown" dict
16
16
"Repository" .Repository
Original file line number Diff line number Diff line change 50
50
{{$branchDropdownCurrentRefType := "branch"}}
51
51
{{$branchDropdownCurrentRefShortName := .BranchName}}
52
52
{{if .IsViewTag}}
53
- {{$branchDropdownCurrentRefType : = "tag"}}
54
- {{$branchDropdownCurrentRefShortName : = .TagName}}
53
+ {{$branchDropdownCurrentRefType = "tag"}}
54
+ {{$branchDropdownCurrentRefShortName = .TagName}}
55
55
{{end}}
56
56
{{template "repo/branch_dropdown" dict
57
57
"Repository" .Repository
You can’t perform that action at this time.
0 commit comments