diff options
author | Trygve Laugstøl <trygvis@inamo.no> | 2012-07-02 23:55:21 +0200 |
---|---|---|
committer | Trygve Laugstøl <trygvis@inamo.no> | 2012-07-02 23:55:21 +0200 |
commit | 342cd898542108d8e8706c53151078b3686cc183 (patch) | |
tree | 434979f95c004db0411b6c77f33734abd8268ec2 /views | |
parent | 45bcd9509cb4fe3b81b83bc739ec0fd74fb68b15 (diff) | |
download | collection-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')
-rw-r--r-- | views/data.jade | 2 |
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 <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>' |