From 1c2871792fdf6abaf92eafa2771d1e06f6b35380 Mon Sep 17 00:00:00 2001 From: merve karaman <107546467+mervekaraman@users.noreply.github.com> Date: Tue, 8 Oct 2024 14:19:49 +0300 Subject: [PATCH 1/2] More actions button style changed --- resources/views/common/dashboards/show.blade.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/resources/views/common/dashboards/show.blade.php b/resources/views/common/dashboards/show.blade.php index b354c5d2c..80ca90232 100644 --- a/resources/views/common/dashboards/show.blade.php +++ b/resources/views/common/dashboards/show.blade.php @@ -124,12 +124,12 @@ -
+
@can('create-common-widgets') + {{ trans('general.title.new', ['type' => trans_choice('general.dashboards', 1)]) }} @endcan From 051b6152dd7c5c060af64baa7809aa3017ce3242 Mon Sep 17 00:00:00 2001 From: merve karaman <107546467+mervekaraman@users.noreply.github.com> Date: Tue, 8 Oct 2024 14:22:23 +0300 Subject: [PATCH 2/2] More actions button style changed --- resources/views/common/dashboards/show.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/views/common/dashboards/show.blade.php b/resources/views/common/dashboards/show.blade.php index 80ca90232..d507eb2bc 100644 --- a/resources/views/common/dashboards/show.blade.php +++ b/resources/views/common/dashboards/show.blade.php @@ -124,7 +124,7 @@
-
+
@can('create-common-widgets')