Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-10-27 09:12:29 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-10-27 09:12:29 +0300
commit2af65f9153baf358bfc6acdd8de9652b39264497 (patch)
treed6af38edbdded9835907da8da5dc11bca09c7749 /app/views/events
parent39c9abe4fe410ac402d57a364bf89938a2067315 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/views/events')
-rw-r--r--app/views/events/_event.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/events/_event.html.haml b/app/views/events/_event.html.haml
index 83f7d743755..a3be188854d 100644
--- a/app/views/events/_event.html.haml
+++ b/app/views/events/_event.html.haml
@@ -2,7 +2,7 @@
- if event.visible_to_user?(current_user)
.event-item
- .event-item-timestamp
+ .event-item-timestamp.gl-font-sm
#{time_ago_with_tooltip(event.created_at)}
- if event.wiki_page?