Commit cd450221 authored by Douwe Maan's avatar Douwe Maan

Rename "News Feed" buttons to "Activity Feed"

parent 059cc164
......@@ -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
......
......@@ -23,7 +23,7 @@
%li
= link_to group_path(@group, { format: :atom, private_token: current_user.private_token }), title: "Feed", class: 'rss-btn' do
%i.fa.fa-rss
News Feed
Activity Feed
= render 'shared/event_filter'
%hr
......
......@@ -49,7 +49,7 @@
%li
= link_to namespace_project_path(@project.namespace, @project, format: :atom, private_token: current_user.private_token), title: "Feed", class: 'rss-btn' do
%i.fa.fa-rss
News Feed
Activity Feed
= render 'shared/event_filter'
%hr
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment