From 3adcedc1a6fe353b798d985dca1726fb0df2fc83 Mon Sep 17 00:00:00 2001 From: Stasiek Michalski Date: Fri, 15 Jun 2018 08:05:37 +0200 Subject: [PATCH 1/2] Fix #269 --- resources/views/status/show.blade.php | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/resources/views/status/show.blade.php b/resources/views/status/show.blade.php index 8d2e27d67..a28930c03 100644 --- a/resources/views/status/show.blade.php +++ b/resources/views/status/show.blade.php @@ -87,23 +87,23 @@
-
+
- +

@if(Auth::check()) @if(Auth::user()->profile->id === $status->profile->id || Auth::user()->is_admin == true)
@csrf -
@endif @@ -112,8 +112,8 @@
@csrf -
From 34e3839141a6095847782069aae1e61b5274b41d Mon Sep 17 00:00:00 2001 From: Stasiek Michalski Date: Fri, 15 Jun 2018 08:16:44 +0200 Subject: [PATCH 2/2] Fix #369 in status template --- resources/views/status/template.blade.php | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/resources/views/status/template.blade.php b/resources/views/status/template.blade.php index baf37c296..8b8f03481 100644 --- a/resources/views/status/template.blade.php +++ b/resources/views/status/template.blade.php @@ -44,20 +44,22 @@ @endif
-
-