From 25329cfdf6948ac637505d52217e609e35a27b45 Mon Sep 17 00:00:00 2001 From: Andrey Bakanovsky Date: Mon, 23 Oct 2023 19:24:14 +0300 Subject: [PATCH] feat(spend money): add the instruction --- app/views/spends/new.html.slim | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/app/views/spends/new.html.slim b/app/views/spends/new.html.slim index 9c4cff66..636f9cb8 100644 --- a/app/views/spends/new.html.slim +++ b/app/views/spends/new.html.slim @@ -1,7 +1,7 @@ .columns.is-centered .column.is-one-third h1.title.is-5.has-text-centered - | Spend from account: + | Deduct from account: .subtitle.is-5.has-text-centered = link_to account.name, account_path(account) .subtitle.is-6.has-text-centered @@ -13,7 +13,8 @@ = link_to 'All Balance', '#', class: 'button is-small is-light all-balance-button', data: { balance: account.balance } .field = f.text_field :description, class: 'input decscription', placeholder: "Description" - + .notification.is-light + | With this app, we set aside money from this account for cool stuff that your child needs or wants, like toys, games, or tickets to fun places. It's all about what parents think is important for their child's spending. .buttons.is-flex.is-justify-content-flex-end = link_to request.referer, class: 'button is-light' do span.icon