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
b62dd023
Commit
b62dd023
authored
Jun 15, 2016
by
Phil Hughes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Resolved conflict in app/views/admin/dashboard/index.html.haml
parent
f410bb75
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
149 deletions
+13
-149
app/views/admin/dashboard/index.html.haml
app/views/admin/dashboard/index.html.haml
+13
-149
No files found.
app/views/admin/dashboard/index.html.haml
View file @
b62dd023
<
<<<<<<
HEAD
.admin-dashboard.prepend-top-default
.row
.col-md-4
%h4
Statistics
%hr
%p
Forks
%span
.light.pull-right
=
number_with_delimiter
(
ForkedProjectLink
.
count
)
%p
Issues
%span
.light.pull-right
=
number_with_delimiter
(
Issue
.
count
)
%p
Merge
Requests
%span
.light.pull-right
=
number_with_delimiter
(
MergeRequest
.
count
)
%p
Notes
%span
.light.pull-right
=
number_with_delimiter
(
Note
.
count
)
%p
Snippets
%span
.light.pull-right
=
number_with_delimiter
(
Snippet
.
count
)
%p
SSH
Keys
%span
.light.pull-right
=
number_with_delimiter
(
Key
.
count
)
%p
Milestones
%span
.light.pull-right
=
number_with_delimiter
(
Milestone
.
count
)
%p
Active
Users
%span
.light.pull-right
=
number_with_delimiter
(
User
.
active
.
count
)
.col-md-4
%h4
Features
%hr
%p
Sign
up
%span
.light.pull-right
=
boolean_to_icon
signup_enabled?
%p
LDAP
%span
.light.pull-right
=
boolean_to_icon
Gitlab
.
config
.
ldap
.
enabled
%p
Gravatar
%span
.light.pull-right
=
boolean_to_icon
gravatar_enabled?
%p
OmniAuth
%span
.light.pull-right
=
boolean_to_icon
Gitlab
.
config
.
omniauth
.
enabled
%p
Reply
by
email
%span
.light.pull-right
=
boolean_to_icon
Gitlab
::
IncomingEmail
.
enabled?
%p
Elasticsearch
%span
.light.pull-right
=
boolean_to_icon
Gitlab
.
config
.
elasticsearch
.
enabled
%p
Geo
%span
.light.pull-right
=
boolean_to_icon
Gitlab
::
Geo
.
enabled?
.col-md-4
%h4
Components
-
if
current_application_settings
.
version_check_enabled
.pull-right
=
version_status_badge
%hr
%p
GitLab
%span
.pull-right
=
Gitlab
::
VERSION
%p
GitLab
Shell
%span
.pull-right
=
Gitlab
::
Shell
.
new
.
version
%p
GitLab
API
%span
.pull-right
=
API
::
API
::
version
-
if
Gitlab
::
Geo
.
enabled?
%p
Geo
%span
.pull-right
=
Gitlab
::
Geo
.
current_node
.
primary
?
'Primary node'
:
'Secondary node'
%p
Git
%span
.pull-right
=
Gitlab
::
Git
.
version
%p
Ruby
%span
.pull-right
#{
RUBY_VERSION
}
p
#{
RUBY_PATCHLEVEL
}
%p
Rails
%span
.pull-right
#{
Rails
::
VERSION
::
STRING
}
%p
=
Gitlab
::
Database
.
adapter_name
%span
.pull-right
=
Gitlab
::
Database
.
version
%hr
.row
.col-sm-4
.light-well
%h4
Projects
.data
=
link_to
admin_namespaces_projects_path
do
%h1
=
number_with_delimiter
(
Project
.
count
)
%hr
=
link_to
(
'New Project'
,
new_project_path
,
class:
"btn btn-new"
)
.col-sm-4
.light-well
%h4
Users
.data
=
link_to
admin_users_path
do
%h1
=
number_with_delimiter
(
User
.
count
)
%hr
=
link_to
'New User'
,
new_admin_user_path
,
class:
"btn btn-new"
.col-sm-4
.light-well
%h4
Groups
.data
=
link_to
admin_groups_path
do
%h1
=
number_with_delimiter
(
Group
.
count
)
%hr
=
link_to
'New Group'
,
new_admin_group_path
,
class:
"btn btn-new"
.row.prepend-top-10
.col-md-4
%h4
Latest
projects
%hr
-
@projects
.
each
do
|
project
|
==
=====
-
@no_container
=
true
=
render
"admin/dashboard/head"
...
...
@@ -155,7 +7,6 @@
.col-md-4
%h4
Statistics
%hr
>
>>>>>> ce/master
%p
Forks
%span
.light.pull-right
...
...
@@ -212,6 +63,14 @@
Reply by email
%span
.light.pull-right
=
boolean_to_icon
Gitlab
::
IncomingEmail
.
enabled?
%p
Elasticsearch
%span
.light.pull-right
=
boolean_to_icon
Gitlab
.
config
.
elasticsearch
.
enabled
%p
Geo
%span
.light.pull-right
=
boolean_to_icon
Gitlab
::
Geo
.
enabled?
.col-md-4
%h4
Components
...
...
@@ -232,6 +91,11 @@
GitLab API
%span
.pull-right
=
API
::
API
::
version
-
if
Gitlab
::
Geo
.
enabled?
%p
Geo
%span
.pull-right
=
Gitlab
::
Geo
.
current_node
.
primary
?
'Primary node'
:
'Secondary node'
%p
Git
%span
.pull-right
...
...
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