From 6fec224fd0831bf7b99ff59580922808d0ca2ab5 Mon Sep 17 00:00:00 2001 From: Robert Richter Date: Mon, 19 Sep 2016 21:16:52 -0500 Subject: [PATCH] Close a tag I missed --- app/views/locations/show.html.erb | 1 + 1 file changed, 1 insertion(+) 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 } %>