view template/links.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 a8887fb93676
children 7c82ffbca5d0
line wrap: on
line source

doctype html
html
  head
    title {{desc}}
    {{> head.jade}}
  body
    | {{{loginBar}}}


    p
      a(href="{{toRoot}}/") href top
    
    h2 Showing {{desc}}

    p
      a(href="{{toRoot}}/addLink") Add link
    
    | Filter to: 
    input#filterTag(type='hidden', style="width: 300px")

    .linklist
      {{> linklist.jade}}

    p.stats {{stats}}
    script
      var toRoot = "{{toRoot}}", user = "{{user}}";
    {{> tail.jade}}
    script(src="{{toRoot}}/static/links.js")