diff options
author | David Thompson <dthompson2@worcester.edu> | 2014-10-15 21:17:18 -0400 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2014-10-15 21:17:18 -0400 |
commit | c45bbaf0c3aaf91150088d5153bfaa86c092fdf7 (patch) | |
tree | 006938737fea1f3b00610475963d63336cbc34d4 | |
parent | 9b0ba5d668a20fc02bd28453395db9ed3fad3cf2 (diff) |
librejs: Render full path to file on weblabels page.
* guix-web/view.scm (librejs): Show full path in first table column.
-rw-r--r-- | guix-web/view.scm | 2 |
1 files changed, 1 insertions, 1 deletions
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)))) |