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:
Diffstat (limited to 'app/views/events/_event_scope.html.haml')
-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)