Some general cleaning up in the menu's and the various controllers. Added a new class (yet to be tested) and removed most of the "piggy bank"-implementation in anticipation of the ideas from issue #6. Fixed a bug in the default user seeder.

This commit is contained in:
James Cole
2014-08-13 07:02:13 +02:00
parent dbcf6613c6
commit e2940015ca
37 changed files with 404 additions and 363 deletions

View File

@@ -28,7 +28,7 @@
</head>
<body>
<div class="container">
@include('partials.menu.'.$menu)
@include('partials.menu')
@include('partials.flashes')
@yield('content')
</div>

View File

@@ -21,11 +21,5 @@
@include('partials.flashes')
@yield('content')
</div>
<!-- {{App::environment()}} -->
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
<!-- Include all compiled plugins (below), or include individual files as needed -->
<script src="assets/bootstrap/js/bootstrap.min.js"></script>
</body>
</html>