aboutsummaryrefslogtreecommitdiff
path: root/src/client/View/LoggedIn/Add.elm
diff options
context:
space:
mode:
authorJoris2015-09-13 14:38:08 +0200
committerJoris2015-09-13 14:38:08 +0200
commit6ca60e32f0cbde913d171cd84ed7009ab4281284 (patch)
tree9d365a0e94cbcbfbc0b4e88d8e6cec7ada75fd28 /src/client/View/LoggedIn/Add.elm
parent5babf01323bcb62a9880593165af70732f22751b (diff)
downloadbudget-6ca60e32f0cbde913d171cd84ed7009ab4281284.tar.gz
budget-6ca60e32f0cbde913d171cd84ed7009ab4281284.tar.bz2
budget-6ca60e32f0cbde913d171cd84ed7009ab4281284.zip
Adding UI to modify the income
Diffstat (limited to 'src/client/View/LoggedIn/Add.elm')
-rw-r--r--src/client/View/LoggedIn/Add.elm1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/View/LoggedIn/Add.elm b/src/client/View/LoggedIn/Add.elm
index bae3853..2167a7f 100644
--- a/src/client/View/LoggedIn/Add.elm
+++ b/src/client/View/LoggedIn/Add.elm
@@ -37,6 +37,7 @@ addPayment model loggedInView =
in onSubmitPrevDefault serverCommunications.address action
(resName, resCost) ->
onSubmitPrevDefault actions.address (UpdateLoggedIn <| UpdateAdd <| AddError (toMaybeError resName) (toMaybeError resCost))
+ , class "addPayment"
]
[ addPaymentName loggedInView.add
, addPaymentCost model loggedInView.add