mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Small changes to twig files.
This commit is contained in:
parent
22a2fe3f61
commit
7612f1f91a
@ -26,7 +26,7 @@
|
||||
|
||||
</div>
|
||||
<div class="box-body table-responsive no-padding">
|
||||
{% include 'list/accounts' %}
|
||||
{% include 'list.accounts' %}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -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">
|
||||
|
@ -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">
|
||||
|
@ -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">
|
||||
|
@ -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">
|
||||
|
@ -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">
|
||||
|
@ -8,7 +8,7 @@
|
||||
|
||||
|
||||
|
||||
{% include 'partials/boxes' %}
|
||||
{% include 'partials.boxes' %}
|
||||
|
||||
<div class="row">
|
||||
<div class="col-lg-8 col-md-12 col-sm-12">
|
||||
|
@ -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 -->
|
||||
|
@ -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">
|
||||
|
@ -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">
|
||||
|
@ -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',
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user