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:
authorRobert Speicher <rspeicher@gmail.com>2016-05-31 06:10:30 +0300
committerRobert Speicher <rspeicher@gmail.com>2016-05-31 06:10:30 +0300
commit7c4acf0068b742a4838c1f515ff74ba3c99ddd70 (patch)
tree21ad3ac52363a0b83312f572bf99f8f4da00810b /app/views/events
parentb5decabb00d027e94478c3a0169ef92e14fc6ab9 (diff)
Add tooltips for common Event feed entries
This adds tooltips to the event target for events like "opened merge request !XYZ"
Diffstat (limited to 'app/views/events')
-rw-r--r--app/views/events/event/_common.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/events/event/_common.html.haml b/app/views/events/event/_common.html.haml
index f9f623cc031..c7f29f2fc0e 100644
--- a/app/views/events/event/_common.html.haml
+++ b/app/views/events/event/_common.html.haml
@@ -4,7 +4,7 @@
= event_action_name(event)
- if event.target
- %strong= link_to event.target.reference_link_text, [event.project.namespace.becomes(Namespace), event.project, event.target], title: event.target_title
+ %strong= link_to event.target.reference_link_text, [event.project.namespace.becomes(Namespace), event.project, event.target], class: 'has-tooltip', title: event.target_title
= event_preposition(event)