mirror of
https://github.com/philomena-dev/philomena.git
synced 2024-11-23 20:18:00 +01:00
Fix copypaste error
This commit is contained in:
parent
4c03bc5c62
commit
a82caedddf
1 changed files with 1 additions and 1 deletions
|
@ -134,7 +134,7 @@ defmodule PhilomenaWeb.TextileRenderer do
|
|||
not is_nil(image.duplicate_id) ->
|
||||
" (merged)"
|
||||
|
||||
not is_nil(image.hidden_from_users) ->
|
||||
image.hidden_from_users ->
|
||||
" (deleted)"
|
||||
|
||||
true ->
|
||||
|
|
Loading…
Reference in a new issue