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
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
gitlab-ce
Commits
03277af6
Commit
03277af6
authored
9 years ago
by
Douwe Maan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use standard style for tabs in profile view
parent
09e712c0
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
1 deletion
+13
-1
app/views/users/show.html.haml
app/views/users/show.html.haml
+13
-1
No files found.
app/views/users/show.html.haml
View file @
03277af6
...
@@ -73,7 +73,7 @@
...
@@ -73,7 +73,7 @@
.user-calendar-activities
.user-calendar-activities
%ul
.center-
middle-menu
%ul
.center-
top-menu.no-top.no-bottom
%li
.active
%li
.active
=
link_to
"#activity"
,
'data-toggle'
=>
'tab'
do
=
link_to
"#activity"
,
'data-toggle'
=>
'tab'
do
Activity
Activity
...
@@ -92,17 +92,26 @@
...
@@ -92,17 +92,26 @@
.tab-content
.tab-content
.tab-pane.active
#activity
.tab-pane.active
#activity
.gray-content-block.middle-block
Public activity by
#{
@user
.
name
}
.content_list
.content_list
=
spinner
=
spinner
-
if
@groups
.
any?
-
if
@groups
.
any?
.tab-pane
#groups
.tab-pane
#groups
.gray-content-block.middle-block
Groups
#{
@user
.
name
}
is a member of
%ul
.content-list
%ul
.content-list
-
@groups
.
each
do
|
group
|
-
@groups
.
each
do
|
group
|
=
render
'shared/groups/group'
,
group:
group
=
render
'shared/groups/group'
,
group:
group
-
if
@contributed_projects
.
present?
-
if
@contributed_projects
.
present?
.tab-pane
#contributed
.tab-pane
#contributed
.gray-content-block.middle-block
Projects
#{
@user
.
name
}
has contributed to
.contributed-projects
.contributed-projects
=
render
'shared/projects/list'
,
=
render
'shared/projects/list'
,
projects:
@contributed_projects
.
sort_by
(
&
:star_count
).
reverse
,
projects:
@contributed_projects
.
sort_by
(
&
:star_count
).
reverse
,
...
@@ -110,6 +119,9 @@
...
@@ -110,6 +119,9 @@
-
if
@projects
.
present?
-
if
@projects
.
present?
.tab-pane
#personal
.tab-pane
#personal
.gray-content-block.middle-block
Projects owned by
#{
@user
.
name
}
.personal-projects
.personal-projects
=
render
'shared/projects/list'
,
=
render
'shared/projects/list'
,
projects:
@projects
.
sort_by
(
&
:star_count
).
reverse
,
projects:
@projects
.
sort_by
(
&
:star_count
).
reverse
,
...
...
This diff is collapsed.
Click to expand it.
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