-
Notifications
You must be signed in to change notification settings - Fork 96
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Moves forest watcher to first position and updates link
- Loading branch information
Showing
1 changed file
with
7 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -78,6 +78,13 @@ def index | |
} | ||
] | ||
@apps = [ | ||
{ | ||
"key" => "forestwatcher", | ||
"title" => "Forest Watcher", | ||
"description" => "Access GFW's forest monitoring and alert system offline and collect data from the field, all from your mobile device", | ||
"background" => "/assets/home/[email protected]", | ||
"link" => "http://forestwatcher.globalforestwatch.org/" | ||
}, | ||
{ | ||
"key" => "fires", | ||
"title" => "Fires", | ||
|
@@ -105,13 +112,6 @@ def index | |
"description" => "View critical watershed information, understand type and severity of threats such as forest changes to watershed health, and screen for cost-effective, sustainable solutions", | ||
"background" => "/assets/home/[email protected]", | ||
"link" => "http://water.globalforestwatch.org/" | ||
}, | ||
{ | ||
"key" => "forestwatcher", | ||
"title" => "Forest Watcher", | ||
"description" => "Access GFW's forest monitoring and alert system offline and collect data from the field, all from your mobile device", | ||
"background" => "/assets/home/[email protected]", | ||
"link" => "http://forest-watcher.herokuapp.com/" | ||
} | ||
] | ||
end | ||
|