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-11-08 15:12:37 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-11-08 15:12:37 +0300
commit5f89187f0433fc84d8387de25220185235d61ed1 (patch)
tree4907c29350e094eea257a20f67b3427fdcdfaa2f /app/views/events
parenta130bdc4dd6f78e1605b79b77929c9315b322be3 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/views/events')
-rw-r--r--app/views/events/_event_scope.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/events/_event_scope.html.haml b/app/views/events/_event_scope.html.haml
index 67e4c538b4a..f3e3a304cfd 100644
--- a/app/views/events/_event_scope.html.haml
+++ b/app/views/events/_event_scope.html.haml
@@ -1,4 +1,4 @@
-%span.event-scope
+%span.event-scope.gl-text-truncate
= event_preposition(event)
- if event.project
= link_to_project(event.project)