Shared expense should of course be shared asset.

This commit is contained in:
James Cole
2015-03-02 11:27:46 +01:00
parent c6042a9053
commit b261b0b447
4 changed files with 20 additions and 16 deletions

View File

@@ -2,7 +2,9 @@
<tr>
<th>&nbsp;</th>
<th>Name</th>
@if(isset($what) && $what == 'asset')
<th>Role</th>
@endif
<th>Current balance</th>
<th>Active</th>
<th>Last activity</th>
@@ -16,7 +18,9 @@
</div>
</td>
<td><a href="{{route('accounts.show',$account->id)}}">{{{$account->name}}}</a></td>
@if(isset($what) && $what == 'asset')
<td>{{{$account->accountRole}}}</td>
@endif
<td>{!! Amount::format(Steam::balance($account)) !!}</td>
<td>
@if($account->active)