Mercurial > code > home > repos > href
view template/links.jade.mustache @ 15:4434b3dac18e
makefile for deps
Ignore-this: 8f4c24417f501b4697d85f867df9e078
author | Drew Perttula <drewp@bigasterisk.com> |
---|---|
date | Sat, 16 Mar 2013 23:50:53 -0700 |
parents | e054949143e9 |
children | 7ef5365591fd |
line wrap: on
line source
doctype html html head title {{desc}} {{> head.jade}} body | {{{loginBar}}} h2 Showing {{desc}} p a(href="{{toRoot}}/addLink") Add link | Filter to: input#filterTag(type='hidden', style="width: 300px") {{#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}} .shareWith | Share with: {{#shareWith}} span.person | {{label}} {{/shareWith}} .edit a(href="{{toRoot}}/{{editLink}}") Edit {{/links}} p {{stats}} script var toRoot = "{{toRoot}}", user = "{{user}}"; {{> tail.jade}} script(src="{{toRoot}}/static/links.js")