summaryrefslogtreecommitdiff
path: root/views/data.jade
diff options
context:
space:
mode:
authorTrygve Laugstøl <trygvis@inamo.no>2012-07-02 23:55:21 +0200
committerTrygve Laugstøl <trygvis@inamo.no>2012-07-02 23:55:21 +0200
commit342cd898542108d8e8706c53151078b3686cc183 (patch)
tree434979f95c004db0411b6c77f33734abd8268ec2 /views/data.jade
parent45bcd9509cb4fe3b81b83bc739ec0fd74fb68b15 (diff)
downloadcollection-json-explorer-342cd898542108d8e8706c53151078b3686cc183.tar.gz
collection-json-explorer-342cd898542108d8e8706c53151078b3686cc183.tar.bz2
collection-json-explorer-342cd898542108d8e8706c53151078b3686cc183.tar.xz
collection-json-explorer-342cd898542108d8e8706c53151078b3686cc183.zip
o Experimenting with the links and buttons.
Diffstat (limited to 'views/data.jade')
-rw-r--r--views/data.jade2
1 files changed, 1 insertions, 1 deletions
diff --git a/views/data.jade b/views/data.jade
index 93054cc..ad4a274 100644
--- a/views/data.jade
+++ b/views/data.jade
@@ -4,7 +4,7 @@ block href
if typeof href != 'string'
div &lt;no href>
else
- div #{href}
+ div: a(href=urlgenerator.render(href)) #{href}
block link
- var name = typeof link.name == 'string' ? link.name : '<no name attribute>'