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
ca9ff6ab
Commit
ca9ff6ab
authored
Nov 01, 2020
by
ddavison
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix linebreak issue in last commit anchor
parent
90657593
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
4 deletions
+7
-4
app/assets/javascripts/repository/components/last_commit.vue
app/assets/javascripts/repository/components/last_commit.vue
+2
-2
changelogs/unreleased/dj-fix-anchor-linebreak-issue.yml
changelogs/unreleased/dj-fix-anchor-linebreak-issue.yml
+5
-0
spec/frontend/repository/components/__snapshots__/last_commit_spec.js.snap
...ository/components/__snapshots__/last_commit_spec.js.snap
+0
-2
No files found.
app/assets/javascripts/repository/components/last_commit.vue
View file @
ca9ff6ab
...
...
@@ -137,8 +137,8 @@ export default {
:href=
"commit.author.webPath"
class=
"commit-author-link js-user-link"
>
{{
commit
.
author
.
name
}}
</gl-link
>
{{
commit
.
author
.
name
}}
</gl-link
>
<template
v-else
>
{{
commit
.
authorName
}}
</
template
>
...
...
changelogs/unreleased/dj-fix-anchor-linebreak-issue.yml
0 → 100644
View file @
ca9ff6ab
---
title
:
Fix linebreak issue in last commit anchor
merge_request
:
46643
author
:
type
:
fixed
spec/frontend/repository/components/__snapshots__/last_commit_spec.js.snap
View file @
ca9ff6ab
...
...
@@ -40,7 +40,6 @@ exports[`Repository last commit component renders commit widget 1`] = `
>
Test
</gl-link-stub>
authored
...
...
@@ -147,7 +146,6 @@ exports[`Repository last commit component renders the signature HTML as returned
>
Test
</gl-link-stub>
authored
...
...
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