mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
Always use lower case URLs, fix date formatting and add full date title
This commit is contained in:
@@ -9,7 +9,7 @@ module EmbedHelper
|
||||
if dt.year == current.year
|
||||
dt.strftime("%e %b")
|
||||
else
|
||||
dt.strftime("%e %b %Y")
|
||||
dt.strftime("%b '%y")
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user