comparison template/links.jade.mustache @ 20:a8887fb93676

hide share data from the public. bug in links filter box Ignore-this: 2a390b207b8e9c8d430acd268b6d765d
author Drew Perttula <drewp@bigasterisk.com>
date Sun, 17 Mar 2013 01:03:43 -0700
parents 7ef5365591fd
children 8008ec2fd763
comparison
equal deleted inserted replaced
19:9fc1f5c8aa4e 20:a8887fb93676
35 {{/tagWords}} 35 {{/tagWords}}
36 .hrefShown 36 .hrefShown
37 a(href="{{href}}") {{href}} 37 a(href="{{href}}") {{href}}
38 .modified 38 .modified
39 | Modified: {{t}} 39 | Modified: {{t}}
40 {{#showPrivateData}}
40 .shareWith 41 .shareWith
41 | Share with: 42 | Share with:
42 {{#shareWith}} 43 {{#shareWith}}
43 span.person 44 span.person
44 | {{label}} 45 | {{label}}
45 {{/shareWith}} 46 {{/shareWith}}
47 {{/showPrivateData}}
46 .edit 48 .edit
47 a(href="{{toRoot}}/{{editLink}}") Edit 49 a(href="{{toRoot}}/{{editLink}}") Edit
48 50
49 {{/links}} 51 {{/links}}
50 52