Skip to content
Snippets Groups Projects
Unverified Commit 60b8bbfa authored by Ahmad Farhat's avatar Ahmad Farhat Committed by GitHub
Browse files

Shortened date for last session to make room block smaller (#2449)

parent 8c9535b0
No related branches found
No related tags found
No related merge requests found
......@@ -139,6 +139,6 @@ module ApplicationHelper
# Returns a more friendly/readable date time object
def view_date(date)
return "" if date.nil? # Handle invalid dates
local_time(date)
local_time(date, "%b %d, %Y %-I:%M%P")
end
end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment