Skip to content

Commit cf91c4f

Browse files
committed
merge develop
2 parents ba23505 + e9899f0 commit cf91c4f

File tree

263 files changed

+1911
-3781
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

263 files changed

+1911
-3781
lines changed
1.47 KB
Loading
Loading
1.52 KB
Loading
Loading
1.53 KB
Loading
Loading

app/controllers/application_controller.rb

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ def set_metadata
3131
description: 'Explore the status of forests worldwide by layering data to create custom maps of forest change, cover, and use.',
3232
keywords: 'GFW, map, forest map, visualization, data, forest data, geospatial, gis, geo, spatial, analysis, local data, global data, forest analysis, explore, layer, terrain, alerts, tree, cover, loss, search, country, deforestation'
3333
},
34-
small_grants_fund: {
35-
title: 'Small Grants Fund'
34+
grants_and_fellowships: {
35+
title: 'Grants & Fellowships'
3636
},
3737
dashboards: {
3838
title: 'Dashboards',
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
class GrantsAndFellowshipsController < ApplicationController
2+
layout 'application_react'
3+
end

app/controllers/small_grants_fund_controller.rb

-3
This file was deleted.

app/javascript/app/router.js

+5-5
Original file line numberDiff line numberDiff line change
@@ -75,27 +75,27 @@ export const routes = {
7575
]
7676
},
7777
[SGF]: {
78-
controller: 'small_grants_fund',
79-
path: '/small-grants-fund/:tab?',
78+
controller: 'grants_and_fellowships',
79+
path: '/grants-and-fellowships/:tab?',
8080
component: 'sgf',
8181
sections: {
8282
projects: {
8383
label: 'Projects',
8484
submenu: true,
8585
component: 'projects',
86-
path: '/small-grants-fund'
86+
path: '/grants-and-fellowships'
8787
},
8888
about: {
8989
label: 'About',
9090
submenu: true,
9191
component: 'about',
92-
path: '/small-grants-fund/about'
92+
path: '/grants-and-fellowships/about'
9393
},
9494
apply: {
9595
label: 'Apply',
9696
submenu: true,
9797
component: 'apply',
98-
path: '/small-grants-fund/apply'
98+
path: '/grants-and-fellowships/apply'
9999
}
100100
}
101101
},
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading

0 commit comments

Comments
 (0)