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:
authorJosh Frye <joshfng@gmail.com>2016-03-11 04:30:50 +0300
committerJosh Frye <joshfng@gmail.com>2016-03-11 18:16:44 +0300
commit52c934a8eb78a331cb7f246fdc547604edf589aa (patch)
tree04ad6296a180e04d820dc19d6ed0fad5dd1ce127 /app/views/events/event/_push.html.haml
parentc554d0cf6451c8807373a74f5d6cac36212c6c91 (diff)
Title attributes for activity feed
Diffstat (limited to 'app/views/events/event/_push.html.haml')
-rw-r--r--app/views/events/event/_push.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/events/event/_push.html.haml b/app/views/events/event/_push.html.haml
index 8bed5cdb9cc..b7470db81e0 100644
--- a/app/views/events/event/_push.html.haml
+++ b/app/views/events/event/_push.html.haml
@@ -5,7 +5,7 @@
%strong= event.ref_name
- else
%strong
- = link_to event.ref_name, namespace_project_commits_path(event.project.namespace, event.project, event.ref_name)
+ = link_to event.ref_name, namespace_project_commits_path(event.project.namespace, event.project, event.ref_name), title: event.target_title
at
= link_to_project event.project