diff options
author | Douwe Maan <douwe@gitlab.com> | 2015-04-21 17:37:17 +0200 |
---|---|---|
committer | Douwe Maan <douwe@gitlab.com> | 2015-04-23 17:11:39 +0200 |
commit | cd450221eba88110ea065a72e29ae5020ff817e3 (patch) | |
tree | 5a86ef8ef630c1cf63074970fa3c301bad91c2a9 /app/views/dashboard | |
parent | 059cc16430e6b45c6753f05224fc64aa85fd8900 (diff) | |
download | gitlab-ce-cd450221eba88110ea065a72e29ae5020ff817e3.tar.gz |
Rename "News Feed" buttons to "Activity Feed"
Diffstat (limited to 'app/views/dashboard')
-rw-r--r-- | app/views/dashboard/_activities.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/dashboard/_activities.html.haml b/app/views/dashboard/_activities.html.haml index ffc893b16d3..b4fe8fecf99 100644 --- a/app/views/dashboard/_activities.html.haml +++ b/app/views/dashboard/_activities.html.haml @@ -5,7 +5,7 @@ %li.pull-right = link_to dashboard_path(:atom, { private_token: current_user.private_token }), class: 'rss-btn' do %i.fa.fa-rss - News Feed + Activity Feed = render 'shared/event_filter' %hr |