mirror of
https://github.com/philomena-dev/philomena.git
synced 2025-01-19 22:27:59 +01:00
use correct route in tag paginator
This commit is contained in:
parent
16d9282246
commit
fff9bea3fd
1 changed files with 1 additions and 1 deletions
|
@ -1,3 +1,3 @@
|
|||
= render PhilomenaWeb.ImageView, "index.html", conn: @conn, tags: [{@tag, @body, @dnp_entries}], images: @images, header: "Images tagged #{@tag.name}", scope: [q: @search_query]
|
||||
= render PhilomenaWeb.ImageView, "index.html", conn: @conn, tags: [{@tag, @body, @dnp_entries}], images: @images, header: "Images tagged #{@tag.name}", scope: [q: @search_query], route: fn p -> Routes.tag_path(@conn, :show, p) end
|
||||
|
||||
= render PhilomenaWeb.SearchView, "_form.html", conn: @conn
|
Loading…
Reference in a new issue