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

@@ -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 -->