Commit e84d86a6 authored by Mike Greiling's avatar Mike Greiling

Fix incorrect empty state for filtered tag list

Changelog: fixed
parent da9a8aa0
...@@ -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'
...@@ -36881,6 +36881,9 @@ msgstr "" ...@@ -36881,6 +36881,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