mirror of
https://github.com/TracksApp/tracks.git
synced 2026-03-13 16:06:16 +01:00
remove option to show empty containers and start fixing failing cucumber scenarios
This commit is contained in:
parent
22b371ef8c
commit
ede898120c
11 changed files with 24 additions and 43 deletions
|
|
@ -13,7 +13,7 @@ cache [context, @source_view, current_user.date.strftime("%Y%m%d"), @tag_name] d
|
|||
:collapsible => settings[:collapsible],
|
||||
:container_name => 'context',
|
||||
:title => show_context_name(context),
|
||||
:show_empty_containers => @show_empty_containers
|
||||
:show_empty_containers => settings[:show_empty_containers]
|
||||
}}
|
||||
%>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue