mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-16 15:20:13 +01:00
get edit a todo to pass
This commit is contained in:
parent
d7aebf03a0
commit
28b7df87a8
6 changed files with 14 additions and 6 deletions
|
|
@ -192,7 +192,7 @@ module ApplicationHelper
|
|||
end
|
||||
|
||||
def sidebar_html_for_titled_list (list, title)
|
||||
return content_tag(:h3, title+" (#{list.length})") + content_tag(:ul, sidebar_html_for_list(list))
|
||||
return content_tag(:h3, title+" (#{list.size})") + content_tag(:ul, sidebar_html_for_list(list))
|
||||
end
|
||||
|
||||
def sidebar_html_for_list(list)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue