Skip to content

Commit

Permalink
Merge pull request #16 from warrickbayman/master
Browse files Browse the repository at this point in the history
Layouts in subscribe.blade.php and unsubscribe.blade.php are wrong
  • Loading branch information
JonoB authored Jun 10, 2020
2 parents e7126cf + 4b8cd30 commit 549dac1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion resources/views/subscriptions/subscribe.blade.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@extends('layouts.subscriptions')
@extends('sendportal::layouts.subscriptions')

@section('content')
<div class="text-center">
Expand Down
2 changes: 1 addition & 1 deletion resources/views/subscriptions/unsubscribe.blade.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@extends('layouts.subscriptions')
@extends('sendportal::layouts.subscriptions')

@section('content')
<div class="text-center">
Expand Down

0 comments on commit 549dac1

Please # to comment.