From c45bbaf0c3aaf91150088d5153bfaa86c092fdf7 Mon Sep 17 00:00:00 2001 From: David Thompson Date: Wed, 15 Oct 2014 21:17:18 -0400 Subject: librejs: Render full path to file on weblabels page. * guix-web/view.scm (librejs): Show full path in first table column. --- guix-web/view.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guix-web/view.scm b/guix-web/view.scm index f8fc9d9..f448375 100644 --- a/guix-web/view.scm +++ b/guix-web/view.scm @@ -192,7 +192,7 @@ `(tr (td (a (@ (href ,source)) - ,(basename source))) + ,source)) (td (a (@ (href ,(javascript-license-uri js))) ,(license-name (javascript-license js)))) -- cgit v1.2.3