Skip to content

Commit 0abb349

Browse files
committed
Merge branch 'master' into u-22-03-2025-b
2 parents a05f02c + 8327590 commit 0abb349

5 files changed

Lines changed: 35 additions & 7 deletions

File tree

data/OGDs.json

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
},
4242
"HMRC":
4343
{
44-
"identifiers":"x",
44+
"identifiers":"GB-GOV-11",
4545
"name": "HM Revenue and Customs"
4646
},
4747
"MOD":
@@ -88,5 +88,15 @@
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"
96+
},
97+
"MHCLG":
98+
{
99+
"identifiers":"GB-GOV-27",
100+
"name": "Ministry for Housing Communities and Local Government"
91101
}
92-
}
102+
}

data/odas.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,14 +43,14 @@
4343
"note": ""
4444
}
4545
],
46-
"CSSF":
46+
"UKISF":
4747
[
4848
{
4949
"name":"UK Integrated Security Fund",
5050
"year":"2024",
5151
"value": 369,
5252
"percentage": 2.10,
53-
"shortName": "CSSF",
53+
"shortName": "UKISF",
5454
"note": ""
5555
}
5656
],
@@ -208,4 +208,4 @@
208208
"note": ""
209209
}
210210
]
211-
}
211+
}
1.32 KB
Loading

views/department/department.html.erb

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,24 @@ 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>
116+
<div class="app-logo" data-dept="MHCLG">
117+
<div class="app-logo__department fcdo">
118+
<img src="/assets/images/govuk-crest.svg" class="app-logo__department--logo" />
119+
<span class="app-logo__department--name govuk-body-xs">Ministry of Housing, Communities and Local Government</span>
120+
</div>
121+
</div>
122+
<div class="app-logo" data-dept="HMRC">
123+
<div class="app-logo__department fcdo">
124+
<img src="/assets/images/hmrc_crest.png" class="app-logo__department--logo" />
125+
<span class="app-logo__department--name govuk-body-xs">HM Revenue and Customs</span>
126+
</div>
127+
</div>
110128
</div>
111129

112130
<table class="govuk-table datatable">
@@ -148,4 +166,4 @@ title: Development Tracker
148166
"searching": false
149167
});
150168
});
151-
</script>
169+
</script>

views/index.html.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ layout: cw_landing
164164
<p class="govuk-body-s app-card__intro">UK ODA spend by government department (<a style="font-size: 12px" target="_BLANK" href="https://www.gov.uk/government/collections/statistics-on-international-development#statistics-on-international-development:-uk-oda-spend-2024">Source, Statistics on International Development 2024</a>) </p>
165165
<% odas.each do |oda| %>
166166
<div class="app-top10-department">
167-
<%if oda[0]=='PF' || oda[0]=='CSSF' || oda[0]=='MHCLG' || oda[0]=='HMRC' %>
167+
<%if oda[0]=='PF' || oda[0]=='CSSF' %>
168168
<span class="govuk-body-s app-top10-department__name">
169169
<%= oda[1][0]["name"] %>
170170
</span>

0 commit comments

Comments
 (0)