Remove some often used long calls with shorter ones.

This commit is contained in:
James Cole
2014-11-21 19:33:09 +01:00
parent 43e738cb44
commit 6381408fba
8 changed files with 67 additions and 33 deletions

View File

@@ -15,7 +15,7 @@
</div>
</td>
<td><a href="{{route('accounts.show',$account->id)}}">{{{$account->name}}}</a></td>
<td>{{mf($account->balance())}}</td>
<td>{{mf(Steam::balance($account))}}</td>
<td>
@if($account->active)
<i class="fa fa-fw fa-check"></i>