Mercurial > code > home > repos > href
diff template/linklist.jade.mustache @ 21:8008ec2fd763
fix up link page reloading. tried davisjs; may not need it
Ignore-this: d0021609f019f0734e779a61e3e73b62
author | Drew Perttula <drewp@bigasterisk.com> |
---|---|
date | Thu, 11 Jul 2013 00:45:55 -0700 |
parents | |
children | ab9a6132529a |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/template/linklist.jade.mustache Thu Jul 11 00:45:55 2013 -0700 @@ -0,0 +1,31 @@ +{{#links}} +.link + h3 + //span.favicon(style="background-image: url(//www.google.com/s2/favicons?domain={{domain}})") + a(href="{{href}}") {{displayDescription}} + {{#extended}} + .notes + | {{extended}} + {{/extended}} + .tags + | Tags: + {{#tagWords}} + a.tag(href="{{toRoot}}/tag/{{word}}", title="add/remove this tag from the current filter") {{word}} + | + {{/tagWords}} + .hrefShown + a(href="{{href}}") {{href}} + .modified + | Modified: {{t}} + {{#showPrivateData}} + .shareWith + | Share with: + {{#shareWith}} + span.person + | {{label}} + {{/shareWith}} + {{/showPrivateData}} + .edit + a(href="{{toRoot}}/{{editLink}}") Edit + +{{/links}} \ No newline at end of file