mirror of
https://github.com/CachetHQ/Cachet.git
synced 2025-02-23 11:16:05 +01:00
8 lines
136 B
PHP
8 lines
136 B
PHP
@if($about_app)
|
|
<div class="about-app">
|
|
<h1>{{ trans('cachet.about_this_site') }}</h1>
|
|
<p>{!! $about_app !!}</p>
|
|
</div>
|
|
@endif
|
|
|