More status link cleanup

This commit is contained in:
Daniel Nitsikopoulos
2024-10-19 20:00:51 +11:00
parent e3aabfe28b
commit 8011000ce8
4 changed files with 10 additions and 11 deletions

View File

@@ -51,9 +51,9 @@ module Micropub
def display_title
title = name
if prefix_emoji
return "#{prefix_emoji} #{title}"
"#{prefix_emoji} #{title}"
else
return title
title
end
end