mirror of
https://github.com/philomena-dev/philomena.git
synced 2025-02-17 11:04:22 +01:00
less obtrusive title for image pages
This commit is contained in:
parent
a03e0c3dde
commit
058f3840e4
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@ defmodule PhilomenaWeb.ImageController do
|
||||||
interactions: interactions,
|
interactions: interactions,
|
||||||
watching: watching,
|
watching: watching,
|
||||||
layout_class: "layout--wide",
|
layout_class: "layout--wide",
|
||||||
title: "Image ##{image.id} - #{image.tag_list_cache}"
|
title: "##{image.id} - #{image.tag_list_cache}"
|
||||||
]
|
]
|
||||||
|
|
||||||
if image.hidden_from_users do
|
if image.hidden_from_users do
|
||||||
|
|
Loading…
Reference in a new issue