mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Basic bread crumb code to replace obsolete package
This commit is contained in:
14
resources/views/v2/accounts/show.twig
Normal file
14
resources/views/v2/accounts/show.twig
Normal file
@@ -0,0 +1,14 @@
|
||||
{% set bcArgs = [[objectType], [1,2,3]] %}
|
||||
|
||||
{% extends "./layout/default" %}
|
||||
{% block content %}
|
||||
<div id="accounts"></div>
|
||||
{% endblock %}
|
||||
|
||||
{% block styles %}
|
||||
|
||||
{% endblock %}
|
||||
|
||||
{% block scripts %}
|
||||
<script src="v2/js/accounts.js" nonce="{{ JS_NONCE }}"></script>
|
||||
{% endblock %}
|
@@ -45,10 +45,13 @@
|
||||
{{ subTitle }}</small></h1>
|
||||
</div><!-- /.col -->
|
||||
<div class="col-sm-6">
|
||||
{{ ff3bc(bcArgs) }}
|
||||
<!--
|
||||
<ol class="breadcrumb float-sm-right">
|
||||
<li class="breadcrumb-item"><a href="#">Home</a></li>
|
||||
<li class="breadcrumb-item active">Bread crumbs v1</li>
|
||||
</ol>
|
||||
-->
|
||||
</div><!-- /.col -->
|
||||
</div><!-- /.row -->
|
||||
</div><!-- /.container-fluid -->
|
||||
|
Reference in New Issue
Block a user