Add last location to home page
This commit is contained in:
@@ -26,12 +26,12 @@ module Adamantium
|
||||
end
|
||||
|
||||
def prefix_emoji
|
||||
prefix = name ? "" : "📯"
|
||||
prefix = name ? "" : "💬"
|
||||
location ? "🗺️" : prefix
|
||||
end
|
||||
|
||||
def display_title
|
||||
title = name || published_at.strftime("%D")
|
||||
title = name
|
||||
"#{prefix_emoji} #{title}"
|
||||
end
|
||||
|
||||
|
Reference in New Issue
Block a user