diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2018-09-08 17:46:57 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2018-09-08 21:00:05 +0300 |
commit | d63e34a7e8612dc69ae25f3d3903ba04cc808bf7 (patch) | |
tree | a70540d6d7ec2b9ce72eae52d83ff35bcf150c1c /mod/mod-package-details.cxx | |
parent | 70c1cdfd8f34472761fe5ec97f0713990c1b4f5b (diff) |
Add support for root global and tenant views
Diffstat (limited to 'mod/mod-package-details.cxx')
-rw-r--r-- | mod/mod-package-details.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/mod-package-details.cxx b/mod/mod-package-details.cxx index 6ec0b0f..a36d4c0 100644 --- a/mod/mod-package-details.cxx +++ b/mod/mod-package-details.cxx @@ -215,7 +215,7 @@ handle (request& rq, response& rs) package_db_->query_value<package_count> ( search_params<package_count> (squery, tenant, name))); - s << FORM_SEARCH (squery) + s << FORM_SEARCH (squery, "q") << DIV_COUNTER (pkg_count, "Version", "Versions"); // Enclose the subsequent tables to be able to use nth-child CSS selector. |