Cleaned up some tests and moved some methods.

This commit is contained in:
James Cole
2014-08-31 08:59:43 +02:00
parent 4cd955e5cf
commit 58b3334f05
8 changed files with 459 additions and 362 deletions

View File

@@ -5,7 +5,11 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<base href="{{URL::route('index')}}/">
<title>Firefly</title>
<title>Firefly
@if(isset($title))
// {{{$title}}}
@endif
</title>
<?php echo stylesheet_link_tag(); ?>
@yield('styles')