mirror of
https://github.com/philomena-dev/philomena.git
synced 2024-11-30 14:57:59 +01:00
Default tags assign on error
This commit is contained in:
parent
3ffebd1533
commit
39efe6767c
1 changed files with 1 additions and 0 deletions
|
@ -34,6 +34,7 @@ defmodule PhilomenaWeb.SearchController do
|
||||||
render(conn, "index.html",
|
render(conn, "index.html",
|
||||||
title: "Searching for #{params["q"]}",
|
title: "Searching for #{params["q"]}",
|
||||||
images: [],
|
images: [],
|
||||||
|
tags: [],
|
||||||
error: msg,
|
error: msg,
|
||||||
search_query: params["q"]
|
search_query: params["q"]
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue