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
1f57dc1a
Commit
1f57dc1a
authored
Jun 30, 2020
by
David Kim
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add note about SSH key title being public information
parent
87c5da9d
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
2 deletions
+7
-2
app/views/profiles/keys/_form.html.haml
app/views/profiles/keys/_form.html.haml
+1
-1
changelogs/unreleased/25953-api-exposes-comment-field-of-user-uploaded-ssh-keys.yml
...3-api-exposes-comment-field-of-user-uploaded-ssh-keys.yml
+5
-0
locale/gitlab.pot
locale/gitlab.pot
+1
-1
No files found.
app/views/profiles/keys/_form.html.haml
View file @
1f57dc1a
...
@@ -10,7 +10,7 @@
...
@@ -10,7 +10,7 @@
.col.form-group
.col.form-group
=
f
.
label
:title
,
_
(
'Title'
),
class:
'label-bold'
=
f
.
label
:title
,
_
(
'Title'
),
class:
'label-bold'
=
f
.
text_field
:title
,
class:
"form-control input-lg qa-key-title-field"
,
required:
true
,
placeholder:
s_
(
'Profiles|e.g. My MacBook key'
)
=
f
.
text_field
:title
,
class:
"form-control input-lg qa-key-title-field"
,
required:
true
,
placeholder:
s_
(
'Profiles|e.g. My MacBook key'
)
%p
.form-text.text-muted
=
s_
(
'Profiles|Give your individual key a title'
)
%p
.form-text.text-muted
=
s_
(
'Profiles|Give your individual key a title
. This will be publically visible.
'
)
.col.form-group
.col.form-group
=
f
.
label
:expires_at
,
s_
(
'Profiles|Expires at'
),
class:
'label-bold'
=
f
.
label
:expires_at
,
s_
(
'Profiles|Expires at'
),
class:
'label-bold'
...
...
changelogs/unreleased/25953-api-exposes-comment-field-of-user-uploaded-ssh-keys.yml
0 → 100644
View file @
1f57dc1a
---
title
:
Add note about SSH key title being public information
merge_request
:
35574
author
:
type
:
added
locale/gitlab.pot
View file @
1f57dc1a
...
@@ -17149,7 +17149,7 @@ msgstr ""
...
@@ -17149,7 +17149,7 @@ msgstr ""
msgid "Profiles|Full name"
msgid "Profiles|Full name"
msgstr ""
msgstr ""
msgid "Profiles|Give your individual key a title"
msgid "Profiles|Give your individual key a title
. This will be publically visible.
"
msgstr ""
msgstr ""
msgid "Profiles|Include private contributions on my profile"
msgid "Profiles|Include private contributions on my profile"
...
...
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