From 13c83c5d11d669745821ef9c9e6f5905e711ab37 Mon Sep 17 00:00:00 2001 From: Hillel Coren Date: Thu, 29 Jun 2017 17:21:19 +0300 Subject: [PATCH] Hide button until loaded on task form --- resources/views/tasks/edit.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/views/tasks/edit.blade.php b/resources/views/tasks/edit.blade.php index 9a34f6f924e7..3abf0f490515 100644 --- a/resources/views/tasks/edit.blade.php +++ b/resources/views/tasks/edit.blade.php @@ -168,8 +168,8 @@ ->large() ->dropup() !!} @else - {!! Button::success(trans('texts.save'))->large()->appendIcon(Icon::create('floppy-disk'))->withAttributes(['id' => 'save-button']) !!} {!! Button::success(trans('texts.start'))->large()->appendIcon(Icon::create('play'))->withAttributes(['id' => 'start-button']) !!} + {!! Button::success(trans('texts.save'))->large()->appendIcon(Icon::create('floppy-disk'))->withAttributes(['id' => 'save-button', 'style' => 'display:none']) !!} @endif @endif @else