less obtrusive title for image pages

This commit is contained in:
byte[] 2019-12-20 09:44:05 -05:00
parent a03e0c3dde
commit 058f3840e4

View file

@ -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