Small changes to twig files.

This commit is contained in:
James Cole 2016-11-06 14:52:48 +01:00
parent 22a2fe3f61
commit 7612f1f91a
No known key found for this signature in database
GPG Key ID: C16961E655E74B5E
11 changed files with 23 additions and 23 deletions

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -62,7 +62,7 @@
balance: auditData[account.id].endBalance|formatAmount
})|raw }}
</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;">
{{ trans('firefly.audit_end_balance',
{