Small changes to twig files.

This commit is contained in:
James Cole
2016-11-06 14:52:48 +01:00
parent 22a2fe3f61
commit 7612f1f91a
11 changed files with 23 additions and 23 deletions

View File

@@ -26,7 +26,7 @@
</div> </div>
<div class="box-body table-responsive no-padding"> <div class="box-body table-responsive no-padding">
{% include 'list/accounts' %} {% include 'list.accounts' %}
</div> </div>
</div> </div>
</div> </div>

View File

@@ -12,8 +12,8 @@
<link href="lib/adminlte/css/AdminLTE.min.css" rel="stylesheet" type="text/css"/> <link href="lib/adminlte/css/AdminLTE.min.css" rel="stylesheet" type="text/css"/>
<link href="css/firefly.css" rel="stylesheet" type="text/css"/> <link href="css/firefly.css" rel="stylesheet" type="text/css"/>
<!-- favicons --> {# favicons #}
{% include('partials/favicons') %} {% include('partials.favicons') %}
</head> </head>
<body class="ff-error-page"> <body class="ff-error-page">

View File

@@ -12,8 +12,8 @@
<link href="lib/adminlte/css/AdminLTE.min.css" rel="stylesheet" type="text/css"/> <link href="lib/adminlte/css/AdminLTE.min.css" rel="stylesheet" type="text/css"/>
<link href="css/firefly.css" rel="stylesheet" type="text/css"/> <link href="css/firefly.css" rel="stylesheet" type="text/css"/>
<!-- favicons --> {# favicons #}
{% include('partials/favicons') %} {% include('partials.favicons') %}
</head> </head>
<body class="ff-error-page"> <body class="ff-error-page">

View File

@@ -12,8 +12,8 @@
<link href="lib/adminlte/css/AdminLTE.min.css" rel="stylesheet" type="text/css"/> <link href="lib/adminlte/css/AdminLTE.min.css" rel="stylesheet" type="text/css"/>
<link href="css/firefly.css" rel="stylesheet" type="text/css"/> <link href="css/firefly.css" rel="stylesheet" type="text/css"/>
<!-- favicons --> {# favicons #}
{% include('partials/favicons') %} {% include('partials.favicons') %}
</head> </head>
<body class="ff-error-page"> <body class="ff-error-page">

View File

@@ -12,8 +12,8 @@
<link href="lib/adminlte/css/AdminLTE.min.css" rel="stylesheet" type="text/css"/> <link href="lib/adminlte/css/AdminLTE.min.css" rel="stylesheet" type="text/css"/>
<link href="css/firefly.css" rel="stylesheet" type="text/css"/> <link href="css/firefly.css" rel="stylesheet" type="text/css"/>
<!-- favicons --> {# favicons #}
{% include('partials/favicons') %} {% include('partials.favicons') %}
</head> </head>
<body class="ff-error-page"> <body class="ff-error-page">

View File

@@ -12,8 +12,8 @@
<link href="lib/adminlte/css/AdminLTE.min.css" rel="stylesheet" type="text/css"/> <link href="lib/adminlte/css/AdminLTE.min.css" rel="stylesheet" type="text/css"/>
<link href="css/firefly.css" rel="stylesheet" type="text/css"/> <link href="css/firefly.css" rel="stylesheet" type="text/css"/>
<!-- favicons --> {# favicons #}
{% include('partials/favicons') %} {% include('partials.favicons') %}
</head> </head>
<body class="ff-error-page"> <body class="ff-error-page">

View File

@@ -8,7 +8,7 @@
{% include 'partials/boxes' %} {% include 'partials.boxes' %}
<div class="row"> <div class="row">
<div class="col-lg-8 col-md-12 col-sm-12"> <div class="col-lg-8 col-md-12 col-sm-12">

View File

@@ -28,8 +28,8 @@
<script src="js/lib/respond.min.js"></script> <script src="js/lib/respond.min.js"></script>
<![endif]--> <![endif]-->
<!-- favicons --> {# favicons #}
{% include('partials/favicons') %} {% include('partials.favicons') %}
</head> </head>
<body class="skin-blue-light sidebar-mini hold-transition"> <body class="skin-blue-light sidebar-mini hold-transition">
@@ -98,7 +98,7 @@
</form> </form>
<!-- /.search form --> <!-- /.search form -->
<!-- sidebar menu: : style can be found in sidebar.less --> <!-- sidebar menu: : style can be found in sidebar.less -->
{% include('partials/menu-sidebar') %} {% include('partials.menu-sidebar') %}
</section> </section>
<!-- /.sidebar --> <!-- /.sidebar -->
</aside> </aside>
@@ -107,14 +107,14 @@
<div class="content-wrapper"> <div class="content-wrapper">
<!-- Content Header (Page header) --> <!-- Content Header (Page header) -->
<section class="content-header"> <section class="content-header">
{% include('partials/page-header') %} {% include('partials.page-header') %}
{% block breadcrumbs %}{% endblock %} {% block breadcrumbs %}{% endblock %}
</section> </section>
<!-- Main content --> <!-- Main content -->
<section class="content"> <section class="content">
{% include('partials/flashes') %} {% include('partials.flashes') %}
<!-- actual content --> <!-- actual content -->
{% block content %}{% endblock %} {% block content %}{% endblock %}
@@ -130,7 +130,7 @@
<strong><a href="https://github.com/JC5/firefly-iii">Firefly III</a></strong> <strong><a href="https://github.com/JC5/firefly-iii">Firefly III</a></strong>
</footer> </footer>
{% include('partials/control-bar') %} {% include('partials.control-bar') %}
</div> </div>
<!-- ./wrapper --> <!-- ./wrapper -->

View File

@@ -16,8 +16,8 @@
<script src="js/lib/respond.min.js"></script> <script src="js/lib/respond.min.js"></script>
<![endif]--> <![endif]-->
<!-- favicons --> {# favicons #}
{% include('partials/favicons') %} {% include('partials.favicons') %}
</head> </head>
<body class="login-page"> <body class="login-page">

View File

@@ -26,8 +26,8 @@
<script src="js/lib/respond.min.js"></script> <script src="js/lib/respond.min.js"></script>
<![endif]--> <![endif]-->
<!-- favicons --> {# favicons #}
{% include('partials/favicons') %} {% include('partials.favicons') %}
</head> </head>
<body class="login-page"> <body class="login-page">

View File

@@ -62,7 +62,7 @@
balance: auditData[account.id].endBalance|formatAmount balance: auditData[account.id].endBalance|formatAmount
})|raw }} })|raw }}
</p> </p>
{% include 'reports/partials/journals-audit-tasker' with {'journals': auditData[account.id].journals,'account':account} %} {% include 'reports.partials.journals-audit-tasker' with {'journals': auditData[account.id].journals,'account':account} %}
<p style="padding:10px;"> <p style="padding:10px;">
{{ trans('firefly.audit_end_balance', {{ trans('firefly.audit_end_balance',
{ {