From ef2285837be426fbf4ffda2de01b6dbd5b894db2 Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Sun, 24 Jul 2016 10:37:19 -0500 Subject: [PATCH] tweak blade view --- resources/views/authorize.blade.php | 40 ++++++++++++----------------- 1 file changed, 17 insertions(+), 23 deletions(-) diff --git a/resources/views/authorize.blade.php b/resources/views/authorize.blade.php index fe756add3..7dcc9b4ad 100644 --- a/resources/views/authorize.blade.php +++ b/resources/views/authorize.blade.php @@ -7,9 +7,6 @@ {{ config('app.name') }} - Authorization - - - @@ -18,10 +15,6 @@ margin-top: 30px; } - .passport-authorize h4 { - margin-top: 0; - } - .passport-authorize .scopes { margin-top: 20px; } @@ -49,24 +42,25 @@
+
+ Authorization Request +
-

- Authorize {{ $client->name }} to use your account? -

+

{{ $client->name }} is requesting permission to access your account.

-
- @if (count($scopes) > 0) -

This application will be able to:

- -
    - @foreach ($scopes as $scope) -
  • {{ $scope->description }}
  • - @endforeach -
- @endif -
+ @if (count($scopes) > 0) +
+

This application will be able to:

+ +
    + @foreach ($scopes as $scope) +
  • {{ $scope->description }}
  • + @endforeach +
+
+ @endif
@@ -78,14 +72,14 @@ - +
{{ csrf_field() }} {{ method_field('DELETE') }} - +