Commit 1bcc123f authored by Olena Horal-Koretska's avatar Olena Horal-Koretska

Merge branch 'mg-fix-tag-empty-state' into 'master'

Fix incorrect empty state for filtered tag list

See merge request gitlab-org/gitlab!84556
parents d3e5bd74 e84d86a6
...@@ -29,9 +29,12 @@ ...@@ -29,9 +29,12 @@
- else - else
.nothing-here-block .nothing-here-block
= s_('TagsPage|Repository has no tags yet.') - if @search.present?
%br = s_('TagsPage|Sorry, your filter produced no results.')
%small - else
= s_('TagsPage|Use git tag command to add a new one:') = s_('TagsPage|Repository has no tags yet.')
%br %br
%span.monospace git tag -a v1.4 -m 'version 1.4' %small
= s_('TagsPage|Use git tag command to add a new one:')
%br
%span.monospace git tag -a v1.4 -m 'version 1.4'
...@@ -36920,6 +36920,9 @@ msgstr "" ...@@ -36920,6 +36920,9 @@ msgstr ""
msgid "TagsPage|Repository has no tags yet." msgid "TagsPage|Repository has no tags yet."
msgstr "" msgstr ""
msgid "TagsPage|Sorry, your filter produced no results."
msgstr ""
msgid "TagsPage|Tags" msgid "TagsPage|Tags"
msgstr "" msgstr ""
......
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