Added welcome modal

This commit is contained in:
Joseph Cohen
2015-01-18 15:53:43 -06:00
parent 8191921c6f
commit 43cfef389c
8 changed files with 179 additions and 0 deletions
+8
View File
@@ -44,4 +44,12 @@
</div>
</div>
</div>
@if(Session::get('setup.done'))
@include('partials.dashboard.welcome-modal')
<script>
$(function() {
$('#welcome-modal').modal('show');
});
</script>
@endif
@stop