Skip to content
Snippets Groups Projects
Commit 0cd7dabd authored by alexisben's avatar alexisben
Browse files

Merge branch 'feature/unsplash' of github.com:noesya/osuny into feature/unsplash

parents 306ba8f7 b3537805
No related branches found
No related tags found
No related merge requests found
......@@ -10,7 +10,7 @@ class Admin::Communication::UnsplashController < Admin::Communication::Applicati
{
query: params[:query],
page: (params[:page] || 1),
per_page: (params[:per_page] || 18),
per_page: (params[:per_page] || 10),
orientation: (params[:orientation] || 'squarish'),
lang: (params[:lang] || 'en')
}
......
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