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
ceec3504
Commit
ceec3504
authored
Mar 07, 2017
by
Jose Ivan Vargas
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed changelog and a haml condition project.html.haml
parent
4739e4a7
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
9 deletions
+9
-9
app/views/layouts/nav/_project.html.haml
app/views/layouts/nav/_project.html.haml
+8
-8
changelogs/unreleased/settings-tab.yml
changelogs/unreleased/settings-tab.yml
+1
-1
No files found.
app/views/layouts/nav/_project.html.haml
View file @
ceec3504
...
@@ -57,14 +57,14 @@
...
@@ -57,14 +57,14 @@
-
if
project_nav_tab?
:settings
-
if
project_nav_tab?
:settings
=
nav_link
(
path:
%w[projects#edit members#show integrations#show repository#show ci_cd#show pages#show]
)
do
=
nav_link
(
path:
%w[projects#edit members#show integrations#show repository#show ci_cd#show pages#show]
)
do
-
if
can_edit
=
link_to
edit_project_path
(
@project
),
title:
'Settings'
,
class:
'shortcuts-tree'
do
=
link_to
edit_project_path
(
@project
),
title:
'Settings'
,
class:
'shortcuts-tree'
do
%span
%span
Settings
Settings
-
else
-
else
=
nav_link
(
path:
%w[members#show]
)
do
=
link_to
edit_project_path
(
@project
),
title:
'Settings'
,
class:
'shortcuts-tree'
do
=
link_to
namespace_project_settings_members_path
(
@project
.
namespace
,
@project
),
title:
'Settings'
,
class:
'shortcuts-tree'
do
%span
%span
Settings
Settings
-# Shortcut to Project > Activity
-# Shortcut to Project > Activity
%li
.hidden
%li
.hidden
...
...
changelogs/unreleased/settings-tab.yml
View file @
ceec3504
---
---
title
:
Removed the settings gear button inside the Project
to a tab
title
:
Moved project settings from the gear drop-down menu
to a tab
merge_request
:
9786
merge_request
:
9786
author
:
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