mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2024-12-28 09:51:21 -06:00
Replaced recurring.css
This commit is contained in:
parent
fb664ba17d
commit
5667663fef
@ -185,7 +185,7 @@
|
||||
|
||||
@stop
|
||||
@section('styles')
|
||||
<?php // echo stylesheet_link_tag('recurring'); ?>
|
||||
{{HTML::style('assets/stylesheets/tagsinput/bootstrap-tagsinput.css')}}
|
||||
@stop
|
||||
@section('scripts')
|
||||
{{HTML::script('assets/javascript/tagsinput/bootstrap-tagsinput.min.js')}}
|
||||
|
@ -183,7 +183,7 @@
|
||||
|
||||
@stop
|
||||
@section('styles')
|
||||
<?php // echo stylesheet_link_tag('recurring'); ?>
|
||||
{{HTML::style('assets/stylesheets/tagsinput/bootstrap-tagsinput.css')}}
|
||||
@stop
|
||||
@section('scripts')
|
||||
{{HTML::script('assets/javascript/tagsinput/bootstrap-tagsinput.min.js')}}
|
||||
|
@ -1,13 +0,0 @@
|
||||
/**
|
||||
* This is a manifest file that'll be compiled into application.css, which will include all the files
|
||||
* listed below.
|
||||
*
|
||||
* Any Css/Less files within this directory, lib/assets/javascripts, vendor/assets/javascripts,
|
||||
* can be referenced here using a relative path.
|
||||
*
|
||||
* It's not advisable to add code directly here, but if you do, it'll appear in whatever order it
|
||||
* gets included (e.g. say you have require_tree . then the code will appear after all the directories
|
||||
* but before any files alphabetically greater than 'application.css'
|
||||
*
|
||||
*= require tagsinput/bootstrap-tagsinput
|
||||
*/
|
Loading…
Reference in New Issue
Block a user