Files
grecia/app/views/sdg_management/relations/index.html.erb
Javi Martín ed51c5dcd3 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.
2020-12-21 18:04:48 +01:00

2 lines
69 B
Plaintext

<%= render SDGManagement::Relations::IndexComponent.new(@records) %>