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
e8f4f306
Commit
e8f4f306
authored
Jan 25, 2017
by
Nur Rony
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
layout rearranged
parent
6aec85ac
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
8 deletions
+4
-8
app/views/admin/projects/index.html.haml
app/views/admin/projects/index.html.haml
+4
-8
No files found.
app/views/admin/projects/index.html.haml
View file @
e8f4f306
...
...
@@ -27,7 +27,7 @@
=
icon
(
"search"
,
class:
"search-icon"
)
.dropdown
-
toggle_text
=
'
Search for
Namespace'
-
toggle_text
=
'Namespace'
-
if
params
[
:namespace_id
].
present?
-
namespace
=
Namespace
.
find
(
params
[
:namespace_id
])
-
toggle_text
=
"
#{
namespace
.
kind
}
:
#{
namespace
.
path
}
"
...
...
@@ -37,8 +37,9 @@
=
dropdown_filter
(
"Search for Namespace"
)
=
dropdown_content
=
dropdown_loading
=
button_tag
"Search"
,
class:
"btn btn-primary btn-search"
=
render
'shared/projects/dropdown'
=
link_to
new_project_path
,
class:
'btn btn-new'
do
New Project
%ul
.nav-links
-
opts
=
params
[
:visibility_level
].
present?
?
{}
:
{
page:
admin_projects_path
}
...
...
@@ -56,11 +57,6 @@
=
link_to
admin_projects_path
(
visibility_level:
Gitlab
::
VisibilityLevel
::
PUBLIC
)
do
Public
.nav-controls
=
render
'shared/projects/dropdown'
=
link_to
new_project_path
,
class:
'btn btn-new'
do
New Project
.projects-list-holder
-
if
@projects
.
any?
%ul
.projects-list.content-list
...
...
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