From dafc12423f37eb8ab65912de3cbbfb62afc4b06d Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Wed, 14 Jun 2017 20:34:00 +0300 Subject: Minor style change for package version details and builds pages --- mod/mod-package-version-details.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'mod/mod-package-version-details.cxx') diff --git a/mod/mod-package-version-details.cxx b/mod/mod-package-version-details.cxx index 7dc02d2..d1b6dfe 100644 --- a/mod/mod-package-version-details.cxx +++ b/mod/mod-package-version-details.cxx @@ -329,8 +329,8 @@ handle (request& rq, response& rs) // if (build_db_ != nullptr && ver.compare (wildcard_version, true) != 0) { - s << H3 << "Built" << ~H3 - << DIV(ID="built"); + s << H3 << "Builds" << ~H3 + << DIV(ID="builds"); timestamp now (timestamp::clock::now ()); transaction t (build_db_->begin ()); @@ -361,7 +361,7 @@ handle (request& rq, response& rs) b.toolchain_name + '-' + b.toolchain_version.string ()) << TR_VALUE ("config", - b.configuration + " / " + b.machine + " / " + + b.configuration + " / " + (b.target ? b.target->string () : "")) << TR_VALUE ("timestamp", ts) << TR_BUILD_RESULT (b, host, root) -- cgit v1.1