created-by-me filter for issues inside project. Fixed global project.issues order
This commit is contained in:
parent
15b121d603
commit
115454f3ed
5 changed files with 14 additions and 5 deletions
|
@ -6,7 +6,10 @@
|
|||
Open
|
||||
%li{class: ("active" if params[:status] == 'assigned-to-me')}
|
||||
= link_to project_issues_path(@project, status: 'assigned-to-me') do
|
||||
Assigned To Me
|
||||
Assigned to me
|
||||
%li{class: ("active" if params[:status] == 'created-by-me')}
|
||||
= link_to project_issues_path(@project, status: 'created-by-me') do
|
||||
Created by me
|
||||
%li{class: ("active" if params[:status] == 'closed')}
|
||||
= link_to project_issues_path(@project, status: 'closed') do
|
||||
Closed
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue