Show the timezone of the status page in the footer. Closes #763
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user