File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 4848 DefaultBranch string
4949 AllowAdoptionOfUnadoptedRepositories bool
5050 AllowDeleteOfUnadoptedRepositories bool
51- DisableDownloadSourceArchives bool
51+ DisableDownloadSourceArchives bool
5252
5353 // Repository editor settings
5454 Editor struct {
Original file line number Diff line number Diff line change @@ -35,10 +35,10 @@ func BaseVars() Vars {
3535 "IsLandingPageExplore" : setting .LandingPageURL == setting .LandingPageExplore ,
3636 "IsLandingPageOrganizations" : setting .LandingPageURL == setting .LandingPageOrganizations ,
3737
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 ,
4242 "DisableDownloadSourceArchives" : setting .Repository .DisableDownloadSourceArchives ,
4343
4444 "EnableSwagger" : setting .API .EnableSwagger ,
You can’t perform that action at this time.
0 commit comments