Update font awesome, change and add header icons for most pages
This commit is contained in:
@@ -3,16 +3,12 @@
|
||||
@{
|
||||
ViewBag.Title = "Import Logs";
|
||||
}
|
||||
@section Styles
|
||||
{
|
||||
<link href="@Url.Content("~/Content/font-awesome.min.css")" rel="stylesheet" type="text/css" />
|
||||
}
|
||||
|
||||
@{ Html.RenderPartial("BackToLogs"); }
|
||||
|
||||
@Html.Partial("_StatusMessage")
|
||||
|
||||
<h2>@ViewBag.Title</h2>
|
||||
<h2><i class="fa fa-road"></i> @ViewBag.Title</h2>
|
||||
<p>Driver: <strong>@ViewData["UserFullName"]</strong></p>
|
||||
|
||||
<p id="page-import-status"></p>
|
||||
|
||||
Reference in New Issue
Block a user