File tree 2 files changed +5
-5
lines changed 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 48
48
DefaultBranch string
49
49
AllowAdoptionOfUnadoptedRepositories bool
50
50
AllowDeleteOfUnadoptedRepositories bool
51
- DisableDownloadSourceArchives bool
51
+ DisableDownloadSourceArchives bool
52
52
53
53
// Repository editor settings
54
54
Editor struct {
Original file line number Diff line number Diff line change @@ -35,10 +35,10 @@ func BaseVars() Vars {
35
35
"IsLandingPageExplore" : setting .LandingPageURL == setting .LandingPageExplore ,
36
36
"IsLandingPageOrganizations" : setting .LandingPageURL == setting .LandingPageOrganizations ,
37
37
38
- "ShowRegistrationButton" : setting .Service .ShowRegistrationButton ,
39
- "ShowMilestonesDashboardPage" : setting .Service .ShowMilestonesDashboardPage ,
40
- "ShowFooterBranding" : setting .ShowFooterBranding ,
41
- "ShowFooterVersion" : setting .ShowFooterVersion ,
38
+ "ShowRegistrationButton" : setting .Service .ShowRegistrationButton ,
39
+ "ShowMilestonesDashboardPage" : setting .Service .ShowMilestonesDashboardPage ,
40
+ "ShowFooterBranding" : setting .ShowFooterBranding ,
41
+ "ShowFooterVersion" : setting .ShowFooterVersion ,
42
42
"DisableDownloadSourceArchives" : setting .Repository .DisableDownloadSourceArchives ,
43
43
44
44
"EnableSwagger" : setting .API .EnableSwagger ,
You can’t perform that action at this time.
0 commit comments