Skip to content

Commit

Permalink
fix for Bottelet#102
Browse files Browse the repository at this point in the history
  • Loading branch information
jhuebel committed Jun 25, 2019
1 parent fb6d5a1 commit c9b4aa7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/tasks/show.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
{{ __('Add time') }}
</button>
@if($tasks->invoice)
<a href="/invoices/{{$tasks->invoice->id}}">{{__('See the invoice')}}</a>
<a href="{{ route('invoices.show', $tasks->invoice->id) }}">{{__('See the invoice')}}</a>
@endif
<div class="activity-feed movedown">
@foreach($tasks->activity as $activity)
Expand Down

0 comments on commit c9b4aa7

Please sign in to comment.