Skip to content

Commit

Permalink
More table fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
snipe committed Nov 18, 2013
1 parent 0e11b29 commit ddfd69e
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 @@ -31,8 +31,8 @@
<table class="table table-hover">
<thead>
<tr>
<th class="span2">@lang('admin/users/table.name')</th>
<th class="span3"><span class="line"></span>@lang('admin/users/table.email')</th>
<th class="span3">@lang('admin/users/table.name')</th>
<th class="span2"><span class="line"></span>@lang('admin/users/table.email')</th>
<th class="span1"><span class="line"></span>@lang('admin/users/table.checkedout')</th>
<th class="span1"><span class="line"></span>@lang('admin/users/table.activated')</th>
<th class="span2"><span class="line"></span>@lang('admin/users/table.last_login')</th>
Expand Down

0 comments on commit ddfd69e

Please sign in to comment.