Add basic SDG Management content section

Note using `params[:relatable_type].classify` is recognized as a
security risk by some tools. However, it's a false positive, since we've
added constraints to the URL so that paramenter can only have the values
we trust.
This commit is contained in:
Javi Martín
2020-11-23 20:51:51 +01:00
parent 5590ecaaa6
commit ed51c5dcd3
15 changed files with 233 additions and 3 deletions

View File

@@ -36,7 +36,8 @@
}
&.budgets-link,
&.investments-link {
&.investments-link,
&.budget-investments-link {
@include icon(chart-pie, solid);
}
@@ -56,7 +57,8 @@
@include icon(envelope, regular);
}
&.legislation-link {
&.legislation-link,
&.legislation-processes-link {
@include icon(file-alt, solid);
}