Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
e84d86a6
Commit
e84d86a6
authored
Apr 06, 2022
by
Mike Greiling
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix incorrect empty state for filtered tag list
Changelog: fixed
parent
da9a8aa0
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
5 deletions
+11
-5
app/views/projects/tags/index.html.haml
app/views/projects/tags/index.html.haml
+8
-5
locale/gitlab.pot
locale/gitlab.pot
+3
-0
No files found.
app/views/projects/tags/index.html.haml
View file @
e84d86a6
...
...
@@ -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'
locale/gitlab.pot
View file @
e84d86a6
...
...
@@ -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 ""
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment