From 0200ac848f4420a942d9cfe4548581c67a306690 Mon Sep 17 00:00:00 2001 From: James Brooks Date: Thu, 26 May 2016 11:20:07 +0100 Subject: [PATCH] Reduce indentation --- resources/views/emails/subscribers/verify-html.blade.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/resources/views/emails/subscribers/verify-html.blade.php b/resources/views/emails/subscribers/verify-html.blade.php index e501fd82..a6e854f3 100644 --- a/resources/views/emails/subscribers/verify-html.blade.php +++ b/resources/views/emails/subscribers/verify-html.blade.php @@ -5,9 +5,9 @@ @stop @section('content') - {!! trans('cachet.subscriber.email.verify.html', ['app_name' => $app_name, 'link' => $link]) !!} +{!! trans('cachet.subscriber.email.verify.html', ['app_name' => $app_name, 'link' => $link]) !!} - @if($show_support) -

{!! trans('cachet.powered_by', ['app' => $app_name]) !!}

- @endif +@if($show_support) +

{!! trans('cachet.powered_by', ['app' => $app_name]) !!}

+@endif @stop