diff --git a/app/views/admin/communication/photo_imports/pexels.json.jbuilder b/app/views/admin/communication/photo_imports/pexels.json.jbuilder index 0c00b26f0d77c96eaf4d1505c935c82b0dc6eb73..11561793ed09abb2fd7b7fde4f4c1f2933d8f06e 100644 --- a/app/views/admin/communication/photo_imports/pexels.json.jbuilder +++ b/app/views/admin/communication/photo_imports/pexels.json.jbuilder @@ -6,4 +6,4 @@ json.results @search.photos do |photo| json.credit "Photo by <a href=\"#{photo.user.url}\">#{photo.user.name}</a> on <a href=\"https://www.pexels.com\">Pexels</a>" json.thumb photo.src['large'] json.preview photo.src['large2x'] -end +end if @search