mirror of
https://github.com/philomena-dev/philomena.git
synced 2024-11-24 04:27:59 +01:00
12 lines
No EOL
408 B
Text
12 lines
No EOL
408 B
Text
= cond do
|
|
- Enum.any?(@images) ->
|
|
= render PhilomenaWeb.ImageView, "index.html", conn: @conn, images: @images, route: fn p -> Routes.search_path(@conn, :index, p) end, scope: scope(@conn)
|
|
- assigns[:error] ->
|
|
p
|
|
' Oops, there was an error evaluating your query:
|
|
pre = assigns[:error]
|
|
- true ->
|
|
p
|
|
' No images found!
|
|
|
|
= render PhilomenaWeb.SearchView, "_form.html", conn: @conn |