mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-01-10 12:24:50 +00:00
Small changes to twig files.
This commit is contained in:
@@ -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 -->
|
||||
|
||||
Reference in New Issue
Block a user