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
Tatuya Kamada
gitlab-ce
Commits
0ffed126
Commit
0ffed126
authored
Dec 08, 2011
by
Ariejan de Vroom
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixed tab highlighting for issues
parent
e4b1f38c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
app/views/layouts/user.html.haml
app/views/layouts/user.html.haml
+2
-2
No files found.
app/views/layouts/user.html.haml
View file @
0ffed126
...
@@ -17,11 +17,11 @@
...
@@ -17,11 +17,11 @@
.project-sidebar
.project-sidebar
.fixed
.fixed
%aside
%aside
=
link_to
issues_path
,
:class
=>
current_page?
(
:controller
=>
"user_issues"
,
:action
=>
"index"
)
?
"current"
:
nil
do
=
link_to
issues_path
,
:class
=>
current_page?
(
issues_path
)
?
"current"
:
nil
do
Issues
Issues
-
unless
current_user
.
assigned_issues
.
empty?
-
unless
current_user
.
assigned_issues
.
empty?
%span
{
:class
=>
"number"
}=
current_user
.
assigned_issues
.
count
%span
{
:class
=>
"number"
}=
current_user
.
assigned_issues
.
count
=
link_to
merge_requests_path
,
:class
=>
current_page?
(
:controller
=>
"user_merge_requests"
,
:action
=>
"index"
)
?
"current"
:
nil
do
=
link_to
merge_requests_path
,
:class
=>
current_page?
(
merge_requests_path
)
?
"current"
:
nil
do
Merge Requests
Merge Requests
-
unless
current_user
.
assigned_merge_requests
.
empty?
-
unless
current_user
.
assigned_merge_requests
.
empty?
%span
{
:class
=>
"number"
}=
current_user
.
assigned_merge_requests
.
count
%span
{
:class
=>
"number"
}=
current_user
.
assigned_merge_requests
.
count
...
...
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