diff --git a/resources/views/dashboard/components/edit.blade.php b/resources/views/dashboard/components/edit.blade.php index 1d27ffd1..429a35e9 100644 --- a/resources/views/dashboard/components/edit.blade.php +++ b/resources/views/dashboard/components/edit.blade.php @@ -25,7 +25,7 @@ @@ -59,7 +59,7 @@
diff --git a/resources/views/dashboard/incidents/add.blade.php b/resources/views/dashboard/incidents/add.blade.php index 09c8c47e..ce630f9a 100644 --- a/resources/views/dashboard/incidents/add.blade.php +++ b/resources/views/dashboard/incidents/add.blade.php @@ -57,14 +57,14 @@
- + +
- @@ -72,17 +72,17 @@ @if(!$components_in_groups->isEmpty() || !$components_out_groups->isEmpty())
- + @foreach($components_in_groups as $group) @foreach($group->components as $component) - + @endforeach @endforeach @foreach($components_out_groups as $component) - + @endforeach {{ trans('forms.optional') }} @@ -106,7 +106,7 @@
-
+
diff --git a/resources/views/dashboard/incidents/edit.blade.php b/resources/views/dashboard/incidents/edit.blade.php index f8beec8d..7009dcbc 100644 --- a/resources/views/dashboard/incidents/edit.blade.php +++ b/resources/views/dashboard/incidents/edit.blade.php @@ -24,22 +24,22 @@

@@ -47,19 +47,19 @@
@if($incident->component) -
+
{{ $incident->component->name }}
diff --git a/resources/views/dashboard/index.blade.php b/resources/views/dashboard/index.blade.php index ec25a25e..333fb17d 100644 --- a/resources/views/dashboard/index.blade.php +++ b/resources/views/dashboard/index.blade.php @@ -61,9 +61,9 @@
-
- {{ trans('dashboard.widgets.support') }} - {!! trans('dashboard.widgets.support_subtitle') !!} +
+ {{ trans('dashboard.widgets.support') }} + {!! trans('dashboard.widgets.support_subtitle') !!}
diff --git a/resources/views/dashboard/metrics/add.blade.php b/resources/views/dashboard/metrics/add.blade.php index 946d8515..88408762 100644 --- a/resources/views/dashboard/metrics/add.blade.php +++ b/resources/views/dashboard/metrics/add.blade.php @@ -14,7 +14,7 @@
@include('dashboard.partials.errors') -
+
@@ -67,8 +67,8 @@
-
-
+
+
{{ trans('forms.cancel') }}
diff --git a/resources/views/dashboard/metrics/edit.blade.php b/resources/views/dashboard/metrics/edit.blade.php index 869e0cc0..4889f719 100644 --- a/resources/views/dashboard/metrics/edit.blade.php +++ b/resources/views/dashboard/metrics/edit.blade.php @@ -14,7 +14,7 @@
@include('dashboard.partials.errors') - +
@@ -70,8 +70,8 @@ id}}> -
-
+
+
{{ trans('forms.cancel') }}
diff --git a/resources/views/dashboard/templates/edit.blade.php b/resources/views/dashboard/templates/edit.blade.php index b44b5eb8..148622cc 100644 --- a/resources/views/dashboard/templates/edit.blade.php +++ b/resources/views/dashboard/templates/edit.blade.php @@ -42,7 +42,7 @@
@endif - +