From 80e0d964e15a58f75cecd09b41f24869a8ce21bc Mon Sep 17 00:00:00 2001 From: Brenda Wallace Date: Wed, 23 Jan 2019 21:59:06 +1300 Subject: [PATCH] indentation clean up --- app/helpers/buttons_helper.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/helpers/buttons_helper.rb b/app/helpers/buttons_helper.rb index 30c992946..df4a48f6c 100644 --- a/app/helpers/buttons_helper.rb +++ b/app/helpers/buttons_helper.rb @@ -43,7 +43,7 @@ module ButtonsHelper link_to planting_path(planting, planting: { finished: 1 }), method: :put, class: 'btn btn-default btn-xs append-date' do - finished_icon + ' ' + t('buttons.mark_as_finished') + finished_icon + ' ' + t('buttons.mark_as_finished') end end