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

Fix assign-to-me filter for project issues

parent 9115a4f9
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -4,8 +4,8 @@
%li{class: ("active" if !params[:status])}
= link_to project_issues_path(@project, status: nil) do
Open
%li{class: ("active" if params[:status] == 'to_me')}
= link_to project_issues_path(@project, status: 'to_me') do
%li{class: ("active" if params[:status] == 'assigned-to-me')}
= link_to project_issues_path(@project, status: 'assigned-to-me') do
Assigned To Me
%li{class: ("active" if params[:status] == 'closed')}
= link_to project_issues_path(@project, status: 'closed') do
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