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
bba9fade
Commit
bba9fade
authored
May 17, 2017
by
Jose Ivan Vargas
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Refactored the anchor tag to remove the trailing space in the target branch
parent
258f578f
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
4 deletions
+5
-4
app/assets/javascripts/vue_merge_request_widget/components/mr_widget_header.js
...s/vue_merge_request_widget/components/mr_widget_header.js
+1
-4
changelogs/unreleased/fix-trailing-space-mr-widget.yml
changelogs/unreleased/fix-trailing-space-mr-widget.yml
+4
-0
No files found.
app/assets/javascripts/vue_merge_request_widget/components/mr_widget_header.js
View file @
bba9fade
...
@@ -92,10 +92,7 @@ export default {
...
@@ -92,10 +92,7 @@ export default {
:class="{'label-truncated has-tooltip': isBranchTitleLong(mr.targetBranch)}"
:class="{'label-truncated has-tooltip': isBranchTitleLong(mr.targetBranch)}"
:title="isBranchTitleLong(mr.targetBranch) ? mr.targetBranch : ''"
:title="isBranchTitleLong(mr.targetBranch) ? mr.targetBranch : ''"
data-placement="bottom">
data-placement="bottom">
<a
<a :href="mr.targetBranchPath">{{mr.targetBranch}}</a>
:href="mr.targetBranchPath">
{{mr.targetBranch}}
</a>
</span>
</span>
</strong>
</strong>
<span
<span
...
...
changelogs/unreleased/fix-trailing-space-mr-widget.yml
0 → 100644
View file @
bba9fade
---
title
:
Refactored the anchor tag to remove the trailing space in the target branch
merge_request
:
author
:
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