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
0
Merge Requests
0
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
Jérome Perrin
gitlab-ce
Commits
706c5a13
Commit
706c5a13
authored
Jun 27, 2016
by
Annabel Dunstone
Committed by
Dmitriy Zaporozhets
Jun 28, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Switched mobile button icons to ellipsis and angle
parent
bbbd0e6c
Changes
9
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
16 additions
and
15 deletions
+16
-15
CHANGELOG
CHANGELOG
+3
-0
app/assets/javascripts/application.js.coffee
app/assets/javascripts/application.js.coffee
+0
-1
app/assets/stylesheets/framework/nav.scss
app/assets/stylesheets/framework/nav.scss
+2
-3
app/views/layouts/header/_default.html.haml
app/views/layouts/header/_default.html.haml
+1
-1
app/views/layouts/nav/_admin.html.haml
app/views/layouts/nav/_admin.html.haml
+2
-2
app/views/layouts/nav/_group.html.haml
app/views/layouts/nav/_group.html.haml
+2
-2
app/views/layouts/nav/_profile.html.haml
app/views/layouts/nav/_profile.html.haml
+2
-2
app/views/layouts/nav/_project.html.haml
app/views/layouts/nav/_project.html.haml
+2
-2
app/views/projects/commits/_head.html.haml
app/views/projects/commits/_head.html.haml
+2
-2
No files found.
CHANGELOG
View file @
706c5a13
...
...
@@ -25,6 +25,9 @@ v 8.9.2
- Fix an information disclosure when requesting access to a group containing private projects.
- Update omniauth-saml to 1.6.0 !4951
v 8.9.1
- Update mobile button icons to be more inline with typical UI paradigms
v 8.9.1
- Refactor labels documentation. !3347
- Eager load award emoji on notes. !4628
...
...
app/assets/javascripts/application.js.coffee
View file @
706c5a13
...
...
@@ -199,7 +199,6 @@ $ ->
$
(
'.header-content .header-logo'
).
toggle
()
$
(
'.header-content .navbar-collapse'
).
toggle
()
$
(
'.navbar-toggle'
).
toggleClass
(
'active'
)
$
(
'.navbar-toggle i'
).
toggleClass
(
"fa-angle-right fa-angle-left"
)
# Show/hide comments on diff
$body
.
on
"click"
,
".js-toggle-diff-comments"
,
(
e
)
->
...
...
app/assets/stylesheets/framework/nav.scss
View file @
706c5a13
...
...
@@ -21,9 +21,8 @@
.fa
{
position
:
relative
;
top
:
3px
;
font-size
:
13px
;
color
:
$btn-placeholder-gray
;
top
:
5px
;
font-size
:
18px
;
}
}
...
...
app/views/layouts/header/_default.html.haml
View file @
706c5a13
...
...
@@ -6,7 +6,7 @@
=
icon
(
'bars'
)
%button
.navbar-toggle
{
type:
'button'
}
%span
.sr-only
Toggle navigation
=
icon
(
'
angle-left
'
)
=
icon
(
'
ellipsis-v
'
)
.navbar-collapse.collapse
%ul
.nav.navbar-nav
...
...
app/views/layouts/nav/_admin.html.haml
View file @
706c5a13
.scrolling-tabs-container
{
class:
nav_control_class
}
=
render
'layouts/nav/admin_settings'
.fade-left
=
icon
(
'a
rrow
-left'
)
=
icon
(
'a
ngle
-left'
)
.fade-right
=
icon
(
'a
rrow
-right'
)
=
icon
(
'a
ngle
-right'
)
%ul
.nav-links.scrolling-tabs
=
nav_link
(
controller:
%w(dashboard admin projects users groups builds runners)
,
html_options:
{
class:
'home'
})
do
=
link_to
admin_root_path
,
title:
'Overview'
,
class:
'shortcuts-tree'
do
...
...
app/views/layouts/nav/_group.html.haml
View file @
706c5a13
.scrolling-tabs-container
{
class:
nav_control_class
}
=
render
'layouts/nav/group_settings'
.fade-left
=
icon
(
'a
rrow
-left'
)
=
icon
(
'a
ngle
-left'
)
.fade-right
=
icon
(
'a
rrow
-right'
)
=
icon
(
'a
ngle
-right'
)
%ul
.nav-links.scrolling-tabs
=
nav_link
(
path:
'groups#show'
,
html_options:
{
class:
'home'
})
do
=
link_to
group_path
(
@group
),
title:
'Home'
do
...
...
app/views/layouts/nav/_profile.html.haml
View file @
706c5a13
.scrolling-tabs-container
.fade-left
=
icon
(
'a
rrow
-left'
)
=
icon
(
'a
ngle
-left'
)
.fade-right
=
icon
(
'a
rrow
-right'
)
=
icon
(
'a
ngle
-right'
)
%ul
.nav-links.scrolling-tabs
=
nav_link
(
path:
'profiles#show'
,
html_options:
{
class:
'home'
})
do
=
link_to
profile_path
,
title:
'Profile Settings'
do
...
...
app/views/layouts/nav/_project.html.haml
View file @
706c5a13
...
...
@@ -26,9 +26,9 @@
.scrolling-tabs-container
{
class:
nav_control_class
}
.fade-left
=
icon
(
'a
rrow
-left'
)
=
icon
(
'a
ngle
-left'
)
.fade-right
=
icon
(
'a
rrow
-right'
)
=
icon
(
'a
ngle
-right'
)
%ul
.nav-links.scrolling-tabs
=
nav_link
(
path:
'projects#show'
,
html_options:
{
class:
'home'
})
do
=
link_to
project_path
(
@project
),
title:
'Project'
,
class:
'shortcuts-project'
do
...
...
app/views/projects/commits/_head.html.haml
View file @
706c5a13
.scrolling-tabs-container.sub-nav-scroll
.fade-left
=
icon
(
'a
rrow
-left'
)
=
icon
(
'a
ngle
-left'
)
.fade-right
=
icon
(
'a
rrow
-right'
)
=
icon
(
'a
ngle
-right'
)
.nav-links.sub-nav.scrolling-tabs
%ul
{
class:
(
container_class
)
}
=
nav_link
(
controller:
%w(tree blob blame edit_tree new_tree find_file)
)
do
...
...
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