Commit b763bdeb4867a9283ac98ff74113ac0dd62507f5
add summary field
Dominic Tarr committed on 12/8/2017, 3:56:27 AMParent: ee61f163c310b3f658adf766c7d7e0aed9c5e0b3
Files changed
app/page/blogNew.js | changed |
translations/en.js | changed |
app/page/blogNew.js | ||
---|---|---|
@@ -72,8 +72,15 @@ | ||
72 | 72 | 'ev-input': e => meta.title.set(e.target.value), |
73 | 73 | placeholder: strings.blogNew.field.title |
74 | 74 | }), |
75 | 75 | ]), |
76 | + h('div.field -title', [ | |
77 | + h('div.label', strings.blogNew.field.summary), | |
78 | + h('input', { | |
79 | + 'ev-input': e => meta.title.set(e.target.value), | |
80 | + placeholder: strings.blogNew.field.summary | |
81 | + }), | |
82 | + ]), | |
76 | 83 | composer |
77 | 84 | ]) |
78 | 85 | ]) |
79 | 86 | ]) |
@@ -111,4 +118,5 @@ | ||
111 | 118 | } |
112 | 119 | |
113 | 120 | |
114 | 121 | |
122 | + |
Built with git-ssb-web