Mercurial > code > home > repos > href
comparison template/links.jade.mustache @ 7:93d94f327e82
autocomplete in link page box
Ignore-this: 9e2c68e81aaac5dcf25ddbbe6c1f25d6
author | Drew Perttula <drewp@bigasterisk.com> |
---|---|
date | Wed, 06 Mar 2013 23:18:39 -0800 |
parents | f8c4c7ce5f4a |
children | e054949143e9 |
comparison
equal
deleted
inserted
replaced
6:ce779bdd2fb3 | 7:93d94f327e82 |
---|---|
9 | 9 |
10 p | 10 p |
11 a(href="{{toRoot}}/addLink") Add link | 11 a(href="{{toRoot}}/addLink") Add link |
12 | 12 |
13 | Filter to: | 13 | Filter to: |
14 {{#pageTags}} | 14 select#filterTag(multiple='multiple', style='width: 300px', data-bind="selectedOptions: filterTags") |
15 a.tag(href="{{word}}") {{word}} | 15 {{#allTags}} |
16 | | 16 option(value="{{label}}") {{label}} ({{count}}) |
17 {{/pageTags}} | 17 {{/allTags}} |
18 input(type="text", id="filterTag") | |
19 | 18 |
20 {{#links}} | 19 {{#links}} |
21 .link | 20 .link |
22 h3 | 21 h3 |
23 span.favicon(style="background-image: url(//www.google.com/s2/favicons?domain={{domain}})") | 22 span.favicon(style="background-image: url(//www.google.com/s2/favicons?domain={{domain}})") |