Skip to content

Commit

Permalink
fix div issues
Browse files Browse the repository at this point in the history
  • Loading branch information
diwanicki committed Nov 2, 2014
1 parent 5697143 commit ee35948
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions app/views/backend/hardware/view.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
@endif
<br>
@if ($asset->serial)
[{{{ $asset->serial }}}]
<emphasis>[{{{ $asset->serial }}}]</emphasis>
@endif
</h3>

Expand Down Expand Up @@ -137,7 +137,9 @@
<!-- Asset notes -->
@if ($asset->notes)
<div class="col-md-6"><strong>@lang('admin/hardware/form.notes'):</strong>
{{{ $asset->notes }}} </div><br>
{{{ $asset->notes }}}
<br>
</div>
@endif

<!-- Licenses assets table -->
Expand Down

0 comments on commit ee35948

Please sign in to comment.