From cd53dc36f50c7f406ac33c2fc2ce66b9fbaea003 Mon Sep 17 00:00:00 2001 From: James Brooks Date: Thu, 12 Mar 2015 23:56:08 +0000 Subject: [PATCH] Banner image will link if app_domain is set. Closes #510 --- app/views/index.blade.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/views/index.blade.php b/app/views/index.blade.php index a4710244..3c00b61d 100644 --- a/app/views/index.blade.php +++ b/app/views/index.blade.php @@ -5,7 +5,11 @@
+ @if($appUrl = Setting::get('app_domain')) + + @else + @endif
@endif