Remove duplicate banner image. Closes #1179

This commit is contained in:
James Brooks
2015-11-24 21:51:27 +00:00
parent fb4509c8b8
commit 6bffb66ed2

View File

@@ -7,18 +7,6 @@
<div class="clearfix"></div>
@if($app_banner)
<div class="row app-banner">
<div class="col-md-12 text-center">
@if($app_domain)
<a href="{{ $app_domain }}"><img src="data:{{ $app_banner_type }};base64, {{ $app_banner }}" class="banner-image img-responsive"></a>
@else
<img src="data:{{ $app_banner_type }};base64, {{ $app_banner }}" class="banner-image img-responsive">
@endif
</div>
</div>
@endif
@include('dashboard.partials.errors')
<div class="panel panel-meassage">