Show the timezone of the status page in the footer. Closes #763

This commit is contained in:
James Brooks
2015-08-14 08:45:03 +01:00
parent ee0899f5c3
commit 0194dbb634

View File

@@ -3,7 +3,7 @@
<div class="row">
<div class="col-sm-6">
@if(Setting::get('show_support'))
<p>{!! trans('cachet.powered_by', ['app' => Setting::get('app_name')]) !!}</p>
<p>{!! trans('cachet.powered_by', ['app' => Setting::get('app_name')]) !!}<br>{{ Setting::get('app_timezone') }}</p>
@endif
</div>
<div class="col-sm-6">