diff --git a/app/views/users/show.html.haml b/app/views/users/show.html.haml index 44254040e4e3d645e229a74a55a09976db9b798d..dc2fea450bd5d18943649789c79e6d5b4e5739d0 100644 --- a/app/views/users/show.html.haml +++ b/app/views/users/show.html.haml @@ -106,6 +106,8 @@ %i.fa.fa-spinner.fa-spin .user-calendar-activities + %h4.prepend-top-20 + Most Recent Activity .content_list{ data: { href: user_path } } = spinner diff --git a/changelogs/unreleased/26286-most-recent-activity-profile-header.yml b/changelogs/unreleased/26286-most-recent-activity-profile-header.yml new file mode 100644 index 0000000000000000000000000000000000000000..74d5a43a8045d0be3cd4f6671aa7630ef360b70c --- /dev/null +++ b/changelogs/unreleased/26286-most-recent-activity-profile-header.yml @@ -0,0 +1,4 @@ +--- +title: Added 'Most Recent Activity' header to the User Profile page +merge_request: 9189 +author: Jan Christophersen