Commit e1abca20 authored by Phil Hughes's avatar Phil Hughes

Merge branch '40725-move-mr-external-link-to-right' into 'master'

Resolve "Move external link icon to end of link instead of front"

Closes #40725

See merge request gitlab-org/gitlab-ce!18828
parents 023ac1ec f1abb88e
...@@ -109,12 +109,12 @@ export default { ...@@ -109,12 +109,12 @@ export default {
rel="noopener noreferrer nofollow" rel="noopener noreferrer nofollow"
class="deploy-link js-deploy-url" class="deploy-link js-deploy-url"
> >
{{ deployment.external_url_formatted }}
<i <i
class="fa fa-external-link" class="fa fa-external-link"
aria-hidden="true" aria-hidden="true"
> >
</i> </i>
{{ deployment.external_url_formatted }}
</a> </a>
</template> </template>
<span <span
......
---
title: Moves MR widget external link icon to the right
merge_request: 18828
author: Jacopo Beschi @jacopo-beschi
type: changed
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