diff --git a/app/Models/User.php b/app/Models/User.php index 89d88321cd0b..ebb838a11068 100644 --- a/app/Models/User.php +++ b/app/Models/User.php @@ -172,7 +172,7 @@ public function setPasswordAttribute($password) */ public function getGravatarAttribute($size = 200) { - return sprintf('https://www.gravatar.com/avatar/%s?size=%d', md5($this->email), $size); + return sprintf('https://www.gravatar.com/avatar/%s?size=%d', md5(strtolower($this->email)), $size); } /** diff --git a/resources/views/dashboard/components/edit.blade.php b/resources/views/dashboard/components/edit.blade.php index 1d27ffd16f26..429a35e90022 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 09c8c47eb813..4bf09009d7ce 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 f8beec8d6bb8..7009dcbc3974 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 ec25a25e1f63..333fb17d3de7 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 946d8515d73a..88408762ae3c 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 869e0cc0ec27..4889f719cd34 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/subscribers/add.blade.php b/resources/views/dashboard/subscribers/add.blade.php index e3b376dd0177..3f8aa4441a79 100644 --- a/resources/views/dashboard/subscribers/add.blade.php +++ b/resources/views/dashboard/subscribers/add.blade.php @@ -19,7 +19,7 @@
- {{ trans('dashboard.subscribers.add.help') }}

+ {{ trans('dashboard.subscribers.add.help') }}
diff --git a/resources/views/dashboard/templates/edit.blade.php b/resources/views/dashboard/templates/edit.blade.php index b44b5eb84602..148622cc93a2 100644 --- a/resources/views/dashboard/templates/edit.blade.php +++ b/resources/views/dashboard/templates/edit.blade.php @@ -42,7 +42,7 @@
@endif - +
diff --git a/resources/views/partials/modals/subscribe.blade.php b/resources/views/partials/modals/subscribe.blade.php index 35cef74cc25b..386684af5420 100644 --- a/resources/views/partials/modals/subscribe.blade.php +++ b/resources/views/partials/modals/subscribe.blade.php @@ -12,7 +12,6 @@
-