BigW Consortium Gitlab
Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gitlab-ce
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Forest Godfrey
gitlab-ce
Commits
cce2071c
Commit
cce2071c
authored
Sep 05, 2017
by
Clement Ho
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch '37331-button-MR-widget' into 'master'
Fix buttons with different height in merge request widget Closes #37331 See merge request !14000
parents
6f48f89e
a5ce3061
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
4 deletions
+11
-4
mr_widget_header.js
...s/vue_merge_request_widget/components/mr_widget_header.js
+6
-4
37331-button-MR-widget.yml
changelogs/unreleased/37331-button-MR-widget.yml
+5
-0
No files found.
app/assets/javascripts/vue_merge_request_widget/components/mr_widget_header.js
View file @
cce2071c
...
...
@@ -75,18 +75,20 @@ export default {
class="btn btn-small inline">
Check out branch
</a>
<span class="dropdown
inline
prepend-left-10">
<span class="dropdown prepend-left-10">
<a
class="btn btn-
xs
dropdown-toggle"
class="btn btn-
small inline
dropdown-toggle"
data-toggle="dropdown"
aria-label="Download as"
role="button">
<i
class="fa fa-download"
aria-hidden="true" />
aria-hidden="true">
</i>
<i
class="fa fa-caret-down"
aria-hidden="true" />
aria-hidden="true">
</i>
</a>
<ul class="dropdown-menu dropdown-menu-align-right">
<li>
...
...
changelogs/unreleased/37331-button-MR-widget.yml
0 → 100644
View file @
cce2071c
---
title
:
Fix buttons with different height in merge request widget
merge_request
:
author
:
type
:
fixed
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