Skip to content

Commit b59fa22

Browse files
authored
Merge pull request #630 from DFID/add-ukisf
Add ukisf
2 parents ad3da35 + 51dd96c commit b59fa22

4 files changed

Lines changed: 17 additions & 6 deletions

File tree

data/OGDs.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,5 +88,10 @@
8888
{
8989
"identifiers":"GB-GOV-25",
9090
"name": "Department for Energy, Security and Net Zero"
91+
},
92+
"UKISF":
93+
{
94+
"identifiers":"GB-GOV-53",
95+
"name": "UK Integrated Security Fund"
9196
}
92-
}
97+
}

data/odas.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,14 +54,14 @@
5454
"note": ""
5555
}
5656
],
57-
"CSSF":
57+
"UKISF":
5858
[
5959
{
6060
"name":"UK Integrated Security Fund",
6161
"year":"2023",
6262
"value": 326,
6363
"percentage": 2.10,
64-
"shortName": "CSSF",
64+
"shortName": "UKISF",
6565
"note": ""
6666
}
6767
],
@@ -208,4 +208,4 @@
208208
"note": ""
209209
}
210210
]
211-
}
211+
}

devtracker.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080

8181
set :current_first_day_of_financial_year, first_day_of_financial_year(DateTime.now)
8282
set :current_last_day_of_financial_year, last_day_of_financial_year(DateTime.now)
83-
set :goverment_department_ids, 'GB-GOV-25,GB-GOV-26,GB-GOV-15,GB-GOV-9,GB-GOV-6,GB-GOV-2,GB-GOV-1,GB-1,GB-GOV-3,GB-GOV-13,GB-GOV-7,GB-6,GB-10,GB-GOV-10,GB-9,GB-GOV-8,GB-GOV-5,GB-GOV-12,GB-COH-RC000346,GB-COH-03877777,GB-GOV-24'
83+
set :goverment_department_ids, 'GB-GOV-53,GB-GOV-25,GB-GOV-26,GB-GOV-15,GB-GOV-9,GB-GOV-6,GB-GOV-2,GB-GOV-1,GB-1,GB-GOV-3,GB-GOV-13,GB-GOV-7,GB-6,GB-10,GB-GOV-10,GB-9,GB-GOV-8,GB-GOV-5,GB-GOV-12,GB-COH-RC000346,GB-COH-03877777,GB-GOV-24'
8484
#set :goverment_department_ids, 'GB-GOV-1,GB-1'
8585
set :google_recaptcha_publicKey, ENV["GOOGLE_PUBLIC_KEY"]
8686
set :google_recaptcha_privateKey, ENV["GOOGLE_PRIVATE_KEY"]

views/department/department.html.erb

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,12 @@ title: Development Tracker
107107
<span class="app-logo__department--name govuk-body-xs">Department for Energy, Security and Net Zero</span>
108108
</div>
109109
</div>
110+
<div class="app-logo" data-dept="UKISF">
111+
<div class="app-logo__department fcdo">
112+
<img src="/assets/images/govuk-crest.svg" class="app-logo__department--logo" />
113+
<span class="app-logo__department--name govuk-body-xs">UK Integrated Security Fund</span>
114+
</div>
115+
</div>
110116
</div>
111117

112118
<table class="govuk-table datatable">
@@ -148,4 +154,4 @@ title: Development Tracker
148154
"searching": false
149155
});
150156
});
151-
</script>
157+
</script>

0 commit comments

Comments
 (0)