Update view.

This commit is contained in:
James Cole 2014-09-08 10:38:39 +02:00
parent 90f417facc
commit 5ca466a826

View File

@ -38,6 +38,10 @@
<a href="{{route('categories.show',$component->id)}}?highlight={{$journal->id}}"><span class="glyphicon glyphicon-tag" title="Category: {{{$component->name}}}"></span></a> <a href="{{route('categories.show',$component->id)}}?highlight={{$journal->id}}"><span class="glyphicon glyphicon-tag" title="Category: {{{$component->name}}}"></span></a>
@endif @endif
@endforeach @endforeach
<!-- recurring transaction -->
@if(!is_null($journal->recurringTransaction))
<a href="{{route('recurring.show',$journal->recurring_transaction_id)}}" title="{{{$journal->recurringTransaction->name}}}"><span title="{{{$journal->recurringTransaction->name}}}" class="glyphicon glyphicon-refresh"></span></a>
@endif
</td> </td>
<td> <td>
{{$journal->date->format('d F Y')}} {{$journal->date->format('d F Y')}}