Minor restyling

This commit is contained in:
2025-10-21 20:36:31 +03:00
parent c2d6293e0b
commit d4551c7363
3 changed files with 22 additions and 0 deletions
+9
View File
@@ -1,2 +1,11 @@
# frozen_string_literal: true
module TasksHelper
def tasks_index_title
return "Tasks for #{current_project.name}" if current_project
# TODO: add conditions for filters, etc
'Tasks'
end
end