Changed old app_banner_type var to new appBannerType

This commit is contained in:
opengd
2018-06-28 08:26:40 +02:00
parent 663a110403
commit c455f94af5

View File

@@ -20,7 +20,7 @@
<label>{{ trans('forms.settings.app-setup.banner') }}</label>
@if($appBanner)
<div id="banner-view" class="well">
<img src="data:{{ $app_banner_type }};base64,{{ $appBanner }}" style="max-width: 100%">
<img src="data:{{ $appBannerType }};base64,{{ $appBanner }}" style="max-width: 100%">
<br><br>
<button id="remove-banner" class="btn btn-danger">{{ trans('forms.remove') }}</button>
</div>