Skip to content
Snippets Groups Projects
Commit 017dfaee authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets
Browse files

Issue sidebar counter should show count of assigned to you

parent 837685d5
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -33,8 +33,8 @@
%span{ :class => "number" }= @project.users_projects.count
= link_to project_issues_filter_path(@project), :class => (controller.controller_name == "issues") ? "current" : nil do
Issues
- if @project.issues.opened.count > 0
%span{ :class => "number" }= @project.issues.opened.count
- if @project.issues.assigned(current_user).count > 0
%span{ :class => "number" }= @project.issues.assigned(current_user).count
= link_to wall_project_path(@project), :class => current_page?(:controller => "projects", :action => "wall", :id => @project) ? "current" : nil do
Wall
- if @project.common_notes.today.count > 0
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment