mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-30 10:33:30 +00:00
Small changes to twig files.
This commit is contained in:
@@ -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>
|
||||||
|
@@ -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">
|
||||||
|
@@ -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">
|
||||||
|
@@ -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">
|
||||||
|
@@ -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">
|
||||||
|
@@ -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">
|
||||||
|
@@ -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">
|
||||||
|
@@ -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 -->
|
||||||
|
@@ -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">
|
||||||
|
@@ -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">
|
||||||
|
@@ -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',
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user