Update: FontAwesome Pass 2
Removal of bitmap icons, replacing with vector based icons from FontAwesome. Includes other UI style changes.
This commit is contained in:
@@ -44,7 +44,7 @@
|
||||
else
|
||||
{@item.Id.ToString()}</td>}
|
||||
@if (Model.ShowStatus)
|
||||
{<td class="status"><span class="icon JobStatus@(item.StatusId)"></span> @item.StatusDescription</td>}
|
||||
{<td class="status"><i class="fa fa-square jobStatus @(item.StatusId)"></i> @item.StatusDescription</td>}
|
||||
@if (Model.ShowDates)
|
||||
{<td class="dates">@if (item.ClosedDate.HasValue) {@CommonHelpers.FriendlyDate(item.ClosedDate.Value)}else{@CommonHelpers.FriendlyDate(item.OpenedDate)}</td>}
|
||||
@if (Model.ShowType)
|
||||
|
||||
Reference in New Issue
Block a user