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
b5bf55a9
Commit
b5bf55a9
authored
Apr 06, 2021
by
Takuya Noguchi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix HAML in profiles/gpg_keys/_key.html.haml
Signed-off-by:
Takuya Noguchi
<
takninnovationresearch@gmail.com
>
parent
09580cb6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
app/views/profiles/gpg_keys/_key.html.haml
app/views/profiles/gpg_keys/_key.html.haml
+1
-1
No files found.
app/views/profiles/gpg_keys/_key.html.haml
View file @
b5bf55a9
...
...
@@ -18,7 +18,7 @@
%code
=
subkey
.
fingerprint
.float-right
%span
.key-created-at
=
s_
(
'Profiles|Created %{time_ago}'
.
html_safe
)
%
{
time_ago
:
time_ago_with_tooltip
(
key
.
created_at
)
}
=
s_
(
'Profiles|Created %{time_ago}'
.
html_safe
)
%
{
time_ago:
time_ago_with_tooltip
(
key
.
created_at
)
}
=
link_to
profile_gpg_key_path
(
key
),
data:
{
confirm:
_
(
'Are you sure? Removing this GPG key does not affect already signed commits.'
)
},
method: :delete
,
class:
"gl-button btn btn-danger gl-ml-3"
do
%span
.sr-only
=
_
(
'Remove'
)
=
sprite_icon
(
'remove'
)
...
...
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