Browse Source

refactor: linting

pull/1113/head
natdeanlewissoftwire 4 years ago
parent
commit
81b3f9f559
  1. 2
      app/models/form/sales/pages/about_deposit.rb
  2. 2
      app/models/form/sales/questions/deposit_amount.rb
  3. 2
      app/models/form/sales/questions/deposit_discount.rb

2
app/models/form/sales/pages/about_deposit.rb

@ -12,4 +12,4 @@ class Form::Sales::Pages::AboutDeposit < ::Form::Page
Form::Sales::Questions::DepositDiscount.new(nil, nil, self), Form::Sales::Questions::DepositDiscount.new(nil, nil, self),
] ]
end end
end end

2
app/models/form/sales/questions/deposit_amount.rb

@ -11,4 +11,4 @@ class Form::Sales::Questions::DepositAmount < ::Form::Question
@prefix = "£" @prefix = "£"
@hint_text = "Enter the total cash sum paid by the buyer towards the property that was not funded by the mortgage" @hint_text = "Enter the total cash sum paid by the buyer towards the property that was not funded by the mortgage"
end end
end end

2
app/models/form/sales/questions/deposit_discount.rb

@ -11,4 +11,4 @@ class Form::Sales::Questions::DepositDiscount < ::Form::Question
@prefix = "£" @prefix = "£"
@hint_text = "Enter the total cash discount given on the property being purchased through the Social HomeBuy scheme" @hint_text = "Enter the total cash discount given on the property being purchased through the Social HomeBuy scheme"
end end
end end

Loading…
Cancel
Save