From 3f7d602fd4e56c9b20a2ee8769ecd4cf69e6b696 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Wed, 4 May 2016 17:26:31 +0300 Subject: Add repository location to package version details and repository details pages --- mod/mod-repository-details.cxx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'mod/mod-repository-details.cxx') diff --git a/mod/mod-repository-details.cxx b/mod/mod-repository-details.cxx index 91f0d1b..dffd0df 100644 --- a/mod/mod-repository-details.cxx +++ b/mod/mod-repository-details.cxx @@ -127,6 +127,8 @@ handle (request& rq, response& rs) s << ~P; } + s << P << A(HREF=r.location.string ()) << r.location << ~A << ~P; + ostringstream o; butl::to_stream (o, max (r.packages_timestamp, r.repositories_timestamp), -- cgit v1.1