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:
authorAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-04-07 17:35:11 +0300
committerAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-04-07 23:59:39 +0300
commit667fa9afa29d60ec38dfb787ea207f2e44a38ee8 (patch)
tree6e824e0ccc48944a2e6f591e597b23f4b12b6246 /app/views/events/event/_push.html.haml
parent6ca6ca89170f0e9db5f71a737d45dc01401d9f2d (diff)
Put back usernames in activity and profile feed
Diffstat (limited to 'app/views/events/event/_push.html.haml')
-rw-r--r--app/views/events/event/_push.html.haml1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/views/events/event/_push.html.haml b/app/views/events/event/_push.html.haml
index 1583f380737..efdc8764acf 100644
--- a/app/views/events/event/_push.html.haml
+++ b/app/views/events/event/_push.html.haml
@@ -7,6 +7,7 @@
= custom_icon("icon_commit")
.event-title
+ %span.author_name= link_to_author event
%span.pushed #{event.action_name} #{event.ref_type}
%strong
- commits_link = namespace_project_commits_path(project.namespace, project, event.ref_name)