git ssb

3+

ev / decent



Commit f6f02149a4304abe8de319ba4e68f1a4f03c9f80

remove slash in url

Ev Bogue committed on 1/24/2019, 6:17:12 PM
Parent: b773afd37fa9e0e53c2eb8cd47b15c682a315f79

Files changed

index.jschanged
index.jsView
@@ -31,9 +31,9 @@
3131 }
3232 }
3333 }
3434 }))),
35- h('li', h('a', {href: '#all/' }, 'All')),
35 + h('li', h('a', {href: '#all' }, 'All')),
3636 h('li', h('a', {href: '#friends/' + id }, 'Friends')),
3737 h('li', h('a', {href: '#wall/' + id }, 'Wall')),
3838 h('li', h('a', {href: '#key' }, 'Your Key')),
3939 h('li.right', h('a', {href: 'http://github.com/evbogue/decent'}, '?')),

Built with git-ssb-web