header: add plus button for adding torrent

This commit is contained in:
Feross Aboukhadijeh
2016-03-02 16:39:56 -08:00
parent 57dcc296dc
commit efec67688c
2 changed files with 14 additions and 3 deletions

View File

@@ -70,9 +70,12 @@ function App (state, handler) {
})
return h('.app', [
h('.header', [
h('.nav', [
h('.nav.left-nav', [
h('a.back.icon-left-open.disabled'),
h('a.forward.icon-right-open')
]),
h('.nav.right-nav', [
h('a.add.icon-plus')
])
]),
h('.torrent-list', list),