mirror of
https://github.com/philomena-dev/philomena.git
synced 2024-11-23 20:18:00 +01:00
Fix layout_class on related
This commit is contained in:
parent
d43ae04c1c
commit
67ffb5cf13
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ defmodule PhilomenaWeb.Image.RelatedController do
|
||||||
|
|
||||||
render(conn, "index.html",
|
render(conn, "index.html",
|
||||||
title: "##{image.id} - Related Images",
|
title: "##{image.id} - Related Images",
|
||||||
layout_class: "wide",
|
layout_class: "layout--wide",
|
||||||
images: images,
|
images: images,
|
||||||
interactions: interactions
|
interactions: interactions
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue