mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-16 15:20:13 +01:00
fix regressions
This commit is contained in:
parent
3b673f0838
commit
6238029b55
6 changed files with 6 additions and 7 deletions
|
|
@ -245,7 +245,7 @@ module ApplicationHelper
|
|||
when "projects"
|
||||
send("#{type}_todos_project_path", @project)
|
||||
when "todos"
|
||||
if source_view_is(:tag)
|
||||
if @tag_name
|
||||
send("#{type}_tag_path",@tag_name)
|
||||
else
|
||||
send("#{type}_todos_path")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue