mirror of
https://github.com/TracksApp/tracks.git
synced 2026-03-04 03:50:17 +01:00
add title to recurring todos page and fix for #737
This commit is contained in:
parent
87b383f209
commit
545b4e5c50
5 changed files with 53 additions and 32 deletions
|
|
@ -11,6 +11,8 @@ class RecurringTodosController < ApplicationController
|
|||
@no_recurring_todos = @recurring_todos.size == 0
|
||||
@no_completed_recurring_todos = @completed_recurring_todos.size == 0
|
||||
@count = @recurring_todos.size
|
||||
|
||||
@page_title = "TRACKS::Recurring Actions"
|
||||
end
|
||||
|
||||
def new
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue