mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-05-30 20:54:33 -04:00
Fix wrong route
This commit is contained in:
parent
17ae8710fd
commit
e5fedfa206
@ -90,7 +90,7 @@
|
|||||||
{!! App\Models\Quote::badgeForStatus($quote->status_id) !!}
|
{!! App\Models\Quote::badgeForStatus($quote->status_id) !!}
|
||||||
</td>
|
</td>
|
||||||
<td class="px-6 py-4 whitespace-no-wrap flex items-center justify-end text-sm leading-5 font-medium">
|
<td class="px-6 py-4 whitespace-no-wrap flex items-center justify-end text-sm leading-5 font-medium">
|
||||||
<a href="{{ route('client.quotes.show', $quote->hashed_id) }}" class="button-link">
|
<a href="{{ route('client.quote.show', $quote->hashed_id) }}" class="button-link">
|
||||||
@lang('texts.view')
|
@lang('texts.view')
|
||||||
</a>
|
</a>
|
||||||
</td>
|
</td>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user