mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-24 00:07:02 -04:00
Swap order of arguments to get_template_folders
So that the order is the same as the arguments passed to `get_templates`
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
</h2>
|
||||
<p class="message-type">
|
||||
{{ folder_contents_count(
|
||||
current_service.get_template_folders(template_folder.id, template_type)|length,
|
||||
current_service.get_template_folders(template_type, template_folder.id)|length,
|
||||
current_service.get_templates(template_type, template_folder.id)|length,
|
||||
) }}
|
||||
</p>
|
||||
|
||||
Reference in New Issue
Block a user