em, small, and paragraphs

This commit is contained in:
diwanicki
2014-11-02 11:17:34 -05:00
parent ee35948980
commit b685ea666c
+6 -5
View File
@@ -19,7 +19,7 @@
@endif
<br>
@if ($asset->serial)
<emphasis>[{{{ $asset->serial }}}]</emphasis>
<small><em>[{{{ $asset->serial }}}]</em></small>
@endif
</h3>
@@ -136,10 +136,11 @@
<!-- Asset notes -->
@if ($asset->notes)
<div class="col-md-6"><strong>@lang('admin/hardware/form.notes'):</strong>
{{{ $asset->notes }}}
<br>
</div>
<p>
<div class="col-md-6"><strong>@lang('admin/hardware/form.notes'):</strong>
{{{ $asset->notes }}}
</div>
</p>
@endif
<!-- Licenses assets table -->