diff --git a/app/views/locations/show.html.erb b/app/views/locations/show.html.erb index 8f569b78..96ba891e 100644 --- a/app/views/locations/show.html.erb +++ b/app/views/locations/show.html.erb @@ -7,5 +7,6 @@ content_jsonld = { } %> <%= content_jsonld.to_json.html_safe %> + <%= render partial: 'content/show', locals: { content: @content } %>