This commit is contained in:
benji 2017-01-16 23:50:03 +01:00
parent 9248773e4a
commit e00fe73797
1 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,5 @@
{ button, div, form, h3, input, option, select } = React.DOM
window = @window
Action = React.createFactory React.createClass
buttonClass: (b) ->
@ -184,7 +185,7 @@ Step = React.createFactory React.createClass
div id: 'transaction-form',
h3 null, 'Transfer some money'
form ref: 'form', action: "#{@window.base_url}/transactions", acceptCharset: 'UTF-8', method: 'post',
form ref: 'form', action: "#{window.base_url}/transactions", acceptCharset: 'UTF-8', method: 'post',
Step step: 1, title: 'What do you want to do?',
Action giving: giving, setAction: @setAction
if step >= 2