Commit 5c5cf666 authored by Brandon Labuschagne's avatar Brandon Labuschagne

Merge branch '214044-add-empty-state-no-commit-result' into 'master'

Update empty state for no commits result

See merge request gitlab-org/gitlab!48538
parents b7f0de6d 0d6ba3d4
...@@ -37,7 +37,9 @@ ...@@ -37,7 +37,9 @@
= _('Add previously merged commits') = _('Add previously merged commits')
- if commits.size == 0 && context_commits.nil? - if commits.size == 0 && context_commits.nil?
.mt-4.text-center .commits-empty.gl-mt-6
.bold = custom_icon('illustration_no_commits')
%h4
= _('Your search didn\'t match any commits.') = _('Your search didn\'t match any commits.')
= _('Try changing or removing filters.') %p
= _('Try changing or removing filters.')
---
title: Update empty state for no commits result
merge_request: 48538
author:
type: changed
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