This commit is contained in:
James Brooks
2015-01-01 19:44:15 +00:00
parent 335738dc40
commit bba4ecc6d0
2 changed files with 4 additions and 2 deletions
+1 -1
View File
@@ -12,7 +12,7 @@
<div class='alert alert-{{ $systemStatus }}'>{{ $systemMessage }}</div>
@if($aboutApp = Setting::get('app_about'))
@if($aboutApp)
<div class='about-app'>
<h1>{{ Lang::get('cachet.about_this_site') }}</h1>
<p>{{ $aboutApp }}</p>