Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
heptapod
heptapod
Commits
d6dc9c73797d
Commit
7c08db3d
authored
Nov 28, 2018
by
Kushal Pandya
Committed by
Rémy Coutable
Nov 28, 2018
Browse files
Show user contributions in correct timezone within user profile
parent
bf3a5079cc8d
Changes
2
Show whitespace changes
Inline
Side-by-side
app/views/users/calendar_activities.html.haml
View file @
d6dc9c73
...
...
@@ -7,7 +7,7 @@
%li
%span
.light
%i
.fa.fa-clock-o
=
event
.
created_at
.
strftime
(
'%-I:%M%P'
)
=
event
.
created_at
.
to_time
.
in_time_zone
.
strftime
(
'%-I:%M%P'
)
-
if
event
.
visible_to_user?
(
current_user
)
-
if
event
.
push?
#{
event
.
action_name
}
#{
event
.
ref_type
}
...
...
changelogs/unreleased/38495-calendar-activities-in-timezone.yml
0 → 100644
View file @
d6dc9c73
---
title
:
Show user contributions in correct timezone within user profile
merge_request
:
23419
author
:
type
:
changed
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment