diff --git a/resources/views/accounts/index.twig b/resources/views/accounts/index.twig index 2c68f6e593..74bb5e4984 100644 --- a/resources/views/accounts/index.twig +++ b/resources/views/accounts/index.twig @@ -18,7 +18,7 @@
@@ -37,7 +37,7 @@{{ ('make_new_' ~ objectType ~ '_account')|_ }} + class="fa fa-plus fa-fw"> {{ ('make_new_' ~ objectType ~ '_account')|_ }}
{% if inactiveCount > 0 %}
diff --git a/resources/views/accounts/show.twig b/resources/views/accounts/show.twig
index 1acd8b17b8..3f3b1d2661 100644
--- a/resources/views/accounts/show.twig
+++ b/resources/views/accounts/show.twig
@@ -18,12 +18,12 @@
@@ -61,6 +61,7 @@
diff --git a/resources/views/bills/index.twig b/resources/views/bills/index.twig
index c340ad65f1..a4bdaaadfd 100644
--- a/resources/views/bills/index.twig
+++ b/resources/views/bills/index.twig
@@ -8,33 +8,33 @@
{% if total == 0 %}
{% include 'partials.empty' with {objectType: 'default', type: 'bills',route: route('bills.create')} %}
{% else %}
- {{ title }}
- {{ title }}
+ {{ 'notes'|_ }}
+ {{ 'notes'|_ }}
+ {{ 'optionalFields'|_ }}
diff --git a/resources/views/budgets/show.twig b/resources/views/budgets/show.twig
index a06232bb31..ca1dbd4995 100644
--- a/resources/views/budgets/show.twig
+++ b/resources/views/budgets/show.twig
@@ -113,11 +113,11 @@
{{ 'optionalFields'|_ }}
diff --git a/resources/views/categories/index.twig b/resources/views/categories/index.twig
index d19808e6a1..cefb5c0df2 100644
--- a/resources/views/categories/index.twig
+++ b/resources/views/categories/index.twig
@@ -6,41 +6,41 @@
{% block content %}
{% if categories.count() > 0 %}
-{{ 'categories'|_ }}
- {{ 'categories'|_ }}
+
{% endif %}
@@ -66,7 +66,7 @@
{{ data.account.name }}
+ href="{{ route('accounts.show', [data.account.id]) }}">{{ data.account.name }}