Skip to content
Snippets Groups Projects
Unverified Commit 57c9cdb2 authored by Sébastien Gaya's avatar Sébastien Gaya Committed by GitHub
Browse files

Merge pull request #957 from noesya/fix/pexels-blank

Correction d'une recherche vide sur Pexels
parents f6de67e4 da904e47
No related branches found
No related tags found
No related merge requests found
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment