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 @@
- else
.nothing-here-block
= s_('TagsPage|Repository has no tags yet.')
%br
%small
= s_('TagsPage|Use git tag command to add a new one:')
- if @search.present?
= s_('TagsPage|Sorry, your filter produced no results.')
- else
= s_('TagsPage|Repository has no tags yet.')
%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 ""
msgid "TagsPage|Repository has no tags yet."
msgstr ""
msgid "TagsPage|Sorry, your filter produced no results."
msgstr ""
msgid "TagsPage|Tags"
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