mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-01-07 06:31:22 +00:00
Completely removed code sleeve asset management.
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
@endif
|
||||
</title>
|
||||
|
||||
<?php echo stylesheet_link_tag(); ?>
|
||||
<?php // echo stylesheet_link_tag(); ?>
|
||||
@yield('styles')
|
||||
|
||||
<!--[if lt IE 9]>
|
||||
@@ -66,7 +66,7 @@
|
||||
</div><!-- /.modal -->
|
||||
|
||||
|
||||
<?php echo javascript_include_tag(); ?>
|
||||
<?php // echo javascript_include_tag(); ?>
|
||||
@yield('scripts')
|
||||
</body>
|
||||
</html>
|
||||
@@ -7,7 +7,7 @@
|
||||
<base href="{{URL::route('index')}}/">
|
||||
<title>Firefly</title>
|
||||
|
||||
<?php echo stylesheet_link_tag(); ?>
|
||||
<?php // echo stylesheet_link_tag(); ?>
|
||||
|
||||
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
|
||||
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
|
||||
|
||||
Reference in New Issue
Block a user