Skip to content

Commit

Permalink
Fix title for deleted
Browse files Browse the repository at this point in the history
  • Loading branch information
madd15 committed Mar 17, 2015
1 parent 4c3033d commit 176264b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/views/backend/users/index.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@
@endif

<h3>
@if (Input::get('onlyTrashed'))
@if (Input::get('status')=='deleted')
@lang('general.deleted')
@else
@lang('general.current')
@endif

@lang('general.users')
</h3>
</div>
</div>
Expand Down

0 comments on commit 176264b

Please sign in to comment.