diff --git a/docs/faq.rst b/docs/faq.rst index a7093b316..a00d58304 100644 --- a/docs/faq.rst +++ b/docs/faq.rst @@ -122,7 +122,7 @@ For example, to create multiple projects from files in a directory named $ docker compose run --rm \ --volume local-data/:/input-data:ro \ - web scanpipe batch-create input-data/ + web scanpipe batch-create /input-data **Options**: diff --git a/scanpipe/templates/scanpipe/project_list.html b/scanpipe/templates/scanpipe/project_list.html index c31bf1b03..bf592827d 100644 --- a/scanpipe/templates/scanpipe/project_list.html +++ b/scanpipe/templates/scanpipe/project_list.html @@ -24,10 +24,12 @@ {% include 'scanpipe/includes/breadcrumb.html' %} {{ filter.form.is_archived }} {% if filter.is_active %} - + {{ paginator.count|intcomma }} results + Clear search and filters {% endif %} + {% include 'scanpipe/includes/filters_breadcrumb.html' with filterset=filter only %}