File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 99 {{$branchDropdownCurrentRefType := "branch"}}
1010 {{$branchDropdownCurrentRefShortName := .BranchName}}
1111 {{if .IsViewTag}}
12- {{$branchDropdownCurrentRefType : = "tag"}}
13- {{$branchDropdownCurrentRefShortName : = .TagName}}
12+ {{$branchDropdownCurrentRefType = "tag"}}
13+ {{$branchDropdownCurrentRefShortName = .TagName}}
1414 {{end}}
1515 {{template "repo/branch_dropdown" dict
1616 "Repository" .Repository
Original file line number Diff line number Diff line change 5050 {{$branchDropdownCurrentRefType := "branch"}}
5151 {{$branchDropdownCurrentRefShortName := .BranchName}}
5252 {{if .IsViewTag}}
53- {{$branchDropdownCurrentRefType : = "tag"}}
54- {{$branchDropdownCurrentRefShortName : = .TagName}}
53+ {{$branchDropdownCurrentRefType = "tag"}}
54+ {{$branchDropdownCurrentRefShortName = .TagName}}
5555 {{end}}
5656 {{template "repo/branch_dropdown" dict
5757 "Repository" .Repository
You can’t perform that action at this time.
0 commit comments