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
703ea298
Commit
703ea298
authored
Feb 29, 2016
by
Alfredo Sumaran
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Tidy html
parent
237290bc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
30 deletions
+18
-30
app/views/users/show.html.haml
app/views/users/show.html.haml
+18
-30
No files found.
app/views/users/show.html.haml
View file @
703ea298
...
...
@@ -70,22 +70,22 @@
=
@user
.
location
%ul
.nav-links.center
%li
.active
=
link_to
"#activity"
,
'data-toggle'
=>
'tab'
do
%li
.activ
ity-tab.activ
e
=
link_to
user_calendar_activities_path
,
data:
{
target:
'div#activity'
,
action:
'activity'
,
toggle:
'tab'
}
do
Activity
%li
=
link_to
"#groups"
,
'data-toggle'
=>
'tab'
do
%li
.groups-tab
=
link_to
user_groups_path
,
data:
{
target:
'div#groups'
,
action:
'groups'
,
toggle:
'tab'
}
do
Groups
%li
=
link_to
"#contributed"
,
'data-toggle'
=>
'tab'
do
%li
.contributed-tab
=
link_to
user_contributed_projects_path
,
data:
{
target:
'div#contributed'
,
action:
'contributed'
,
toggle:
'tab'
}
do
Contributed projects
%li
=
link_to
"#personal"
,
'data-toggle'
=>
'tab'
do
%li
.personal-tab
=
link_to
user_projects_path
,
data:
{
target:
'div#personal'
,
action:
'personal'
,
toggle:
'tab'
}
do
Personal projects
%div
{
class:
container_class
}
.tab-content
.tab-pane.active
#activity
#activity
.tab-pane.active
.gray-content-block.white.second-block
%div
{
class:
container_class
}
.user-calendar
...
...
@@ -93,32 +93,20 @@
%i
.fa.fa-spinner.fa-spin
.user-calendar-activities
.content_list
=
spinner
.tab-pane
#groups
%ul
.content-list.user-groups
%h4
.center.light
%i
.fa.fa-spinner.fa-spin
#groups
.tab-pane
-
# This tab is always loaded via AJAX
#contributed
.tab-pane
-
# This tab is always loaded via AJAX
.tab-pane
#contributed
.contributed-projects
%h4
.center.light
%i
.fa.fa-spinner.fa-spin
#personal
.tab-pane
-
# This tab is always loaded via AJAX
.tab-pane
#personal
.personal-projects
%h4
.center.light
%i
.fa.fa-spinner.fa-spin
.loading-status
=
spinner
:javascript
$
(
'
.nav-links
'
).
stickyTabs
();
$
(
"
.user-calendar
"
).
load
(
"
#{
user_calendar_path
}
"
);
$
(
"
.user-groups
"
).
load
(
"
#{
user_groups_path
}
"
);
$
(
"
.contributed-projects
"
).
load
(
"
#{
user_contributed_projects_path
}
"
);
$
(
"
.personal-projects
"
).
load
(
"
#{
user_projects_path
}
"
);
$
(
"
body
"
).
on
(
"
ajax:success
"
,
function
(
e
,
data
,
status
,
xhr
)
{
$
(
"
.personal-projects
"
).
html
(
xhr
.
responseText
)
});
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