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
8a52257d
Commit
8a52257d
authored
Feb 28, 2017
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch '27354-navigation-new-button' into 'master'
Put back the new project button Closes #27354 See merge request !9426
parents
4830a8b5
8f61290f
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
0 deletions
+9
-0
_default.html.haml
app/views/layouts/header/_default.html.haml
+4
-0
27354-navigation-new-button.yml
changelogs/unreleased/27354-navigation-new-button.yml
+4
-0
dashboard.feature
features/dashboard/dashboard.feature
+1
-0
No files found.
app/views/layouts/header/_default.html.haml
View file @
8a52257d
...
...
@@ -36,6 +36,10 @@
=
icon
(
'bell fw'
)
%span
.badge.todos-pending-count
{
class:
(
"hidden"
if
todos_pending_count
==
0
)
}
=
todos_count_format
(
todos_pending_count
)
-
if
current_user
.
can_create_project?
%li
=
link_to
new_project_path
,
title:
'New project'
,
aria:
{
label:
"New project"
},
data:
{
toggle:
'tooltip'
,
placement:
'bottom'
,
container:
'body'
}
do
=
icon
(
'plus fw'
)
-
if
Gitlab
::
Sherlock
.
enabled?
%li
=
link_to
sherlock_transactions_path
,
title:
'Sherlock Transactions'
,
...
...
changelogs/unreleased/27354-navigation-new-button.yml
0 → 100644
View file @
8a52257d
---
title
:
Re-add the New Project button in nav bar
merge_request
:
author
:
features/dashboard/dashboard.feature
View file @
8a52257d
...
...
@@ -11,6 +11,7 @@ Feature: Dashboard
And
I visit dashboard page
Scenario
:
I
should see projects list
Then
I should see
"New Project"
link
Then
I should see
"Shop"
project link
Then
I should see
"Shop"
project CI status
...
...
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