indentation clean up

This commit is contained in:
Brenda Wallace
2019-01-23 21:59:06 +13:00
parent 5218685bd9
commit 80e0d964e1

View File

@@ -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