You can now provide an "about this site" descriptive text

This commit is contained in:
James Brooks
2014-12-31 14:59:46 +00:00
parent e76dbf1edb
commit 5d3869a43d
7 changed files with 44 additions and 8 deletions
@@ -39,6 +39,14 @@
</div>
</div>
</div>
<div class='row'>
<div class='col-xs-12'>
<div class='form-group'>
<label>About this page</label>
<textarea name='app_about' class='form-control' rows='4'>{{ Setting::get("app_about") }}</textarea>
</div>
</div>
</div>
<div class='row'>
<div class='col-xs-12'>
<div class='form-group'>
+8
View File
@@ -12,12 +12,20 @@
<div class='alert alert-{{ $systemStatus }}'>{{ $systemMessage }}</div>
@if($aboutApp = Setting::get('app_about'))
<div class='about-app'>
<h1>{{ Lang::get('cachet.about_this_site') }}</h1>
<p>{{ $aboutApp }}</p>
</div>
@endif
@include('partials.components')
{{-- @if(Setting::get('display_graphs'))
@include('partials.graphs')
@endif --}}
<h1>{{ Lang::get('cachet.past_incidents') }}</h1>
@foreach(range(0, 7) as $i => $v)
@include('partials.incident', array('i', $i))
@endforeach