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
Boxiang Sun
gitlab-ce
Commits
6062a25f
Commit
6062a25f
authored
Dec 13, 2018
by
Andreas Kämmerle
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Enhance horizontal whitespace
parent
81ddb692
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
14 deletions
+16
-14
app/views/users/_overview.html.haml
app/views/users/_overview.html.haml
+16
-14
No files found.
app/views/users/_overview.html.haml
View file @
6062a25f
...
@@ -9,22 +9,24 @@
...
@@ -9,22 +9,24 @@
.col-md-12.col-lg-6
.col-md-12.col-lg-6
-
if
can?
(
current_user
,
:read_cross_project
)
-
if
can?
(
current_user
,
:read_cross_project
)
.activities-block
.activities-block
.append-right-5
.prepend-top-16
.d-flex.align-items-center.border-bottom
%h4
.flex-grow
=
s_
(
'UserProfile|Activity'
)
=
link_to
s_
(
'UserProfile|View all'
),
user_activity_path
,
class:
"hide js-view-all"
.overview-content-list
{
data:
{
href:
user_path
}
}
.center.light.loading
=
spinner
nil
,
true
.col-md-12.col-lg-6
.projects-block
.prepend-left-5
.prepend-top-16
.prepend-top-16
.d-flex.align-items-center.border-bottom
.d-flex.align-items-center.border-bottom
%h4
.flex-grow
%h4
.flex-grow
=
s_
(
'UserProfile|
Activity
'
)
=
s_
(
'UserProfile|
Personal projects
'
)
=
link_to
s_
(
'UserProfile|View all'
),
user_
activity
_path
,
class:
"hide js-view-all"
=
link_to
s_
(
'UserProfile|View all'
),
user_
projects
_path
,
class:
"hide js-view-all"
.overview-content-list
{
data:
{
href:
user_path
}
}
.overview-content-list
{
data:
{
href:
user_p
rojects_p
ath
}
}
.center.light.loading
.center.light.loading
=
spinner
nil
,
true
=
spinner
nil
,
true
.col-md-12.col-lg-6
.projects-block
.prepend-top-16
.d-flex.align-items-center.border-bottom
%h4
.flex-grow
=
s_
(
'UserProfile|Personal projects'
)
=
link_to
s_
(
'UserProfile|View all'
),
user_projects_path
,
class:
"hide js-view-all"
.overview-content-list
{
data:
{
href:
user_projects_path
}
}
.center.light.loading
=
spinner
nil
,
true
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