Skip to content
Snippets Groups Projects
Commit f11e7ba5 authored by Arnaud Levy's avatar Arnaud Levy
Browse files

fix

parent 4070ddab
No related branches found
No related tags found
No related merge requests found
......@@ -12,8 +12,8 @@ about_featured_image_credit = "##{about_identifier}_featured_image_credit"
# fr, en...
lang = about&.language&.iso_code if about.respond_to? :language
# /admin/communication/photo_import.json?query=Page%20de%20test&per_page=12&page=1&lang=fr
unsplash_path = admin_communication_unsplash_path(website_id: nil, format: :json)
pexels_path = admin_communication_pexels_path(website_id: nil, format: :json)
unsplash_path = admin_communication_unsplash_path(website_id: nil, lang: nil, format: :json)
pexels_path = admin_communication_pexels_path(website_id: nil, lang: nil, format: :json)
%>
<div id="photo-import-app" v-cloak>
......
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