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
d5583912
Commit
d5583912
authored
Jan 24, 2017
by
Clement Ho
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch '26447-fix-tab-list-order' into 'master'
Fixed tab index order on branch commits list page Closes #26447 See merge request !8489
parents
cd361af8
b9f33344
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
19 additions
and
4 deletions
+19
-4
blocks.scss
app/assets/stylesheets/framework/blocks.scss
+11
-1
show.html.haml
app/views/projects/commits/show.html.haml
+4
-3
26447-fix-tab-list-order.yml
changelogs/unreleased/26447-fix-tab-list-order.yml
+4
-0
No files found.
app/assets/stylesheets/framework/blocks.scss
View file @
d5583912
...
...
@@ -82,7 +82,12 @@
}
.block-controls
{
float
:
right
;
display
:
-
webkit-flex
;
display
:
flex
;
-webkit-justify-content
:
flex-end
;
justify-content
:
flex-end
;
-webkit-flex
:
1
;
flex
:
1
;
.control
{
float
:
left
;
...
...
@@ -282,3 +287,8 @@
}
}
}
.flex-container-block
{
display
:
-
webkit-flex
;
display
:
flex
;
}
app/views/projects/commits/show.html.haml
View file @
d5583912
...
...
@@ -9,10 +9,13 @@
=
render
"head"
%div
{
class:
container_class
}
.row-content-block.second-block.content-component-block
.row-content-block.second-block.content-component-block
.flex-container-block
.tree-ref-holder
=
render
'shared/ref_switcher'
,
destination:
'commits'
%ul
.breadcrumb.repo-breadcrumb
=
commits_breadcrumbs
.block-controls.hidden-xs.hidden-sm
-
if
@merge_request
.
present?
.control
...
...
@@ -30,8 +33,6 @@
.control
=
link_to
namespace_project_commits_path
(
@project
.
namespace
,
@project
,
@ref
,
{
format: :atom
,
private_token:
current_user
.
private_token
}),
title:
"Commits Feed"
,
class:
'btn'
do
=
icon
(
"rss"
)
%ul
.breadcrumb.repo-breadcrumb
=
commits_breadcrumbs
%div
{
id:
dom_id
(
@project
)
}
%ol
#commits-list
.list-unstyled.content_list
...
...
changelogs/unreleased/26447-fix-tab-list-order.yml
0 → 100644
View file @
d5583912
---
title
:
Fix tab index order on branch commits list page
merge_request
:
author
:
Ryan Harris
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