Move display_graphs into AppComposer

This commit is contained in:
James Brooks
2015-11-21 23:09:20 +00:00
parent 51a4a1789e
commit c64df7eed7
3 changed files with 4 additions and 2 deletions

View File

@@ -67,7 +67,7 @@
<div class="checkbox">
<label>
<input type="hidden" value="0" name="display_graphs">
<input type="checkbox" value="1" name="display_graphs" {{ Setting::get('display_graphs') ? 'checked' : null }}>
<input type="checkbox" value="1" name="display_graphs" {{ $app_graphs ? 'checked' : null }}>
{{ trans('forms.settings.app-setup.display-graphs') }}
</label>
</div>