Rename bills to subscriptions

This commit is contained in:
James Cole
2024-12-26 13:41:57 +01:00
parent 286a29ca3e
commit 291e73da4b
26 changed files with 161 additions and 154 deletions

View File

@@ -25,7 +25,7 @@
<span class="info-box-icon"><span class="fa fa-calendar-o"></span></span>
<div class="info-box-content">
<span class="info-box-text"><a href="{{ route('bills.index') }}">{{ 'bills_to_pay'|_ }}</a></span>
<span class="info-box-text"><a href="{{ route('subscriptions.index') }}">{{ 'bills_to_pay'|_ }}</a></span>
<span class="info-box-number" id="box-bills-unpaid"></span>
<div class="progress">

View File

@@ -97,7 +97,7 @@
</a>
</li>
<li>
<a href="{{ route('bills.create') }}">
<a href="{{ route('subscriptions.create') }}">
<span class="menu-icon fa fa-calendar-o bg-purple"></span>
<div class="menu-info">

View File

@@ -16,7 +16,7 @@
</li>
<li class="{{ activeRoutePartial('bills') }}">
<a href="{{ route('bills.index') }}">
<a href="{{ route('subscriptions.index') }}">
<em class="fa fa-calendar-o fa-fw"></em>
<span>{{ 'bills'|_ }}</span>
</a>