Skip to content

Commit

Permalink
Fixes #52
Browse files Browse the repository at this point in the history
  • Loading branch information
snipe committed Nov 26, 2013
1 parent 1295855 commit d0cbb9f
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions app/views/backend/reports/index.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,18 +32,18 @@


<div class="row-fluid table">
<table class="table table-hover">
<thead>
<tr>
<table id="example">
<thead>
<tr role="row">
<th class="span2">@lang('admin/assets/table.asset_tag')</th>
<th class="span2"><span class="line"></span>@lang('admin/assets/table.title')</th>
<th class="span2"><span class="line"></span>@lang('admin/assets/table.serial')</th>
<th class="span3"><span class="line"></span>@lang('admin/assets/table.checkoutto')</th>
<th class="span2"><span class="line"></span>@lang('admin/assets/table.location')</th>
<th class="span2"><span class="line"></span>@lang('admin/assets/table.purchase_date')</th>
<th class="span1"><span class="line"></span>@lang('admin/assets/table.purchase_cost')</th>
<th class="span1"><span class="line"></span>@lang('admin/assets/table.book_value')</th>
<th class="span1"><span class="line"></span>Diff</th>
<th class="span2">@lang('admin/assets/table.title')</th>
<th class="span2">@lang('admin/assets/table.serial')</th>
<th class="span3">@lang('admin/assets/table.checkoutto')</th>
<th class="span2">@lang('admin/assets/table.location')</th>
<th class="span2">@lang('admin/assets/table.purchase_date')</th>
<th class="span1">@lang('admin/assets/table.purchase_cost')</th>
<th class="span1">@lang('admin/assets/table.book_value')</th>
<th class="span1">Diff</th>
</tr>
</thead>
<tbody>
Expand Down

0 comments on commit d0cbb9f

Please sign in to comment.