Commit ca9ff6ab authored by ddavison's avatar ddavison

Fix linebreak issue in last commit anchor

parent 90657593
...@@ -137,8 +137,8 @@ export default { ...@@ -137,8 +137,8 @@ export default {
:href="commit.author.webPath" :href="commit.author.webPath"
class="commit-author-link js-user-link" class="commit-author-link js-user-link"
> >
{{ commit.author.name }} {{ commit.author.name }}</gl-link
</gl-link> >
<template v-else> <template v-else>
{{ commit.authorName }} {{ commit.authorName }}
</template> </template>
......
---
title: Fix linebreak issue in last commit anchor
merge_request: 46643
author:
type: fixed
...@@ -40,7 +40,6 @@ exports[`Repository last commit component renders commit widget 1`] = ` ...@@ -40,7 +40,6 @@ exports[`Repository last commit component renders commit widget 1`] = `
> >
Test Test
</gl-link-stub> </gl-link-stub>
authored authored
...@@ -147,7 +146,6 @@ exports[`Repository last commit component renders the signature HTML as returned ...@@ -147,7 +146,6 @@ exports[`Repository last commit component renders the signature HTML as returned
> >
Test Test
</gl-link-stub> </gl-link-stub>
authored authored
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment