mirror of
https://github.com/philomena-dev/philomena.git
synced 2024-11-23 20:18:00 +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,
|
||||
watching: watching,
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue