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
c42d64ff
Commit
c42d64ff
authored
Apr 13, 2021
by
Marvin Karegyeya
Committed by
Kerri Miller
Apr 13, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Externalize strings in admin/users/_head.html.haml
parent
4371aec5
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
17 additions
and
6 deletions
+17
-6
app/views/admin/users/_head.html.haml
app/views/admin/users/_head.html.haml
+6
-6
changelogs/unreleased/Externalize-strings-in-users-_head-html-haml.yml
...released/Externalize-strings-in-users-_head-html-haml.yml
+5
-0
locale/gitlab.pot
locale/gitlab.pot
+6
-0
No files found.
app/views/admin/users/_head.html.haml
View file @
c42d64ff
...
...
@@ -20,20 +20,20 @@
.float-right
-
if
impersonation_enabled?
&&
@user
!=
current_user
&&
@user
.
can?
(
:log_in
)
=
link_to
'Impersonate'
,
impersonate_admin_user_path
(
@user
),
method: :post
,
class:
"btn btn-info gl-button btn-grouped"
,
data:
{
qa_selector:
'impersonate_user_link'
}
=
link_to
_
(
'Impersonate'
)
,
impersonate_admin_user_path
(
@user
),
method: :post
,
class:
"btn btn-info gl-button btn-grouped"
,
data:
{
qa_selector:
'impersonate_user_link'
}
=
link_to
edit_admin_user_path
(
@user
),
class:
"btn btn-default gl-button btn-grouped"
do
=
sprite_icon
(
'pencil-square'
,
css_class:
'gl-icon gl-button-icon'
)
=
_
(
'Edit'
)
%hr
%ul
.nav-links.nav.nav-tabs
=
nav_link
(
path:
'users#show'
)
do
=
link_to
"Account"
,
admin_user_path
(
@user
)
=
link_to
_
(
"Account"
)
,
admin_user_path
(
@user
)
=
nav_link
(
path:
'users#projects'
)
do
=
link_to
"Groups and projects"
,
projects_admin_user_path
(
@user
)
=
link_to
_
(
"Groups and projects"
)
,
projects_admin_user_path
(
@user
)
=
nav_link
(
path:
'users#keys'
)
do
=
link_to
"SSH keys"
,
keys_admin_user_path
(
@user
)
=
link_to
_
(
"SSH keys"
)
,
keys_admin_user_path
(
@user
)
=
nav_link
(
controller: :identities
)
do
=
link_to
"Identities"
,
admin_user_identities_path
(
@user
)
=
link_to
_
(
"Identities"
)
,
admin_user_identities_path
(
@user
)
=
nav_link
(
controller: :impersonation_tokens
)
do
=
link_to
"Impersonation Tokens"
,
admin_user_impersonation_tokens_path
(
@user
)
=
link_to
_
(
"Impersonation Tokens"
)
,
admin_user_impersonation_tokens_path
(
@user
)
.gl-mb-3
changelogs/unreleased/Externalize-strings-in-users-_head-html-haml.yml
0 → 100644
View file @
c42d64ff
---
title
:
Externalise strings in admin/users/_head.html.haml
merge_request
:
58101
author
:
nuwe1
type
:
other
locale/gitlab.pot
View file @
c42d64ff
...
...
@@ -15954,6 +15954,9 @@ msgstr ""
msgid "ImageViewerDimensions|W"
msgstr ""
msgid "Impersonate"
msgstr ""
msgid "Impersonation Tokens"
msgstr ""
...
...
@@ -27005,6 +27008,9 @@ msgstr ""
msgid "SSH key"
msgstr ""
msgid "SSH keys"
msgstr ""
msgid "SSH keys allow you to establish a secure connection between your computer and GitLab."
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