Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
heptapod
heptapod
Commits
e5c5711dddde
Commit
bcd7686a
authored
Oct 05, 2017
by
Takuya Noguchi
Browse files
Make tabs on top scrollable on admin dashboard
parent
45bb70a8729e
Changes
3
Hide whitespace changes
Inline
Side-by-side
app/views/admin/jobs/index.html.haml
View file @
e5c5711d
...
...
@@ -3,7 +3,7 @@
%div
{
class:
container_class
}
.top-area
.top-area
.scrolling-tabs-container.inner-page-scroll-tabs
-
build_path_proc
=
->
(
scope
)
{
admin_jobs_path
(
scope:
scope
)
}
=
render
"shared/builds/tabs"
,
build_path_proc:
build_path_proc
,
all_builds:
@all_builds
,
scope:
@scope
...
...
app/views/admin/projects/index.html.haml
View file @
e5c5711d
...
...
@@ -4,7 +4,7 @@
%div
{
class:
container_class
}
.top-area
.top-area
.scrolling-tabs-container.inner-page-scroll-tabs
.prepend-top-default
.search-holder
=
render
'shared/projects/search_form'
,
autofocus:
true
,
icon:
true
...
...
changelogs/unreleased/38775-scrollable-tabs-on-admin.yml
0 → 100644
View file @
e5c5711d
---
title
:
Make tabs on top scrollable on admin dashboard
merge_request
:
14685
author
:
Takuya Noguchi
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