Update font awesome, change and add header icons for most pages
This commit is contained in:
@@ -8,14 +8,10 @@
|
||||
var currentlyMatchedLog = Model.CurrentlyMatchedLog;
|
||||
var logViewModel = fuelLog.GetLogViewModel();
|
||||
}
|
||||
@section Styles
|
||||
{
|
||||
<link href="@Url.Content("~/Content/font-awesome.min.css")" rel="stylesheet" type="text/css" />
|
||||
}
|
||||
|
||||
@Html.Partial("_StatusMessage")
|
||||
|
||||
<h2>@ViewBag.Title</h2>
|
||||
<h2><i class="fa fa-tachometer"></i> @ViewBag.Title</h2>
|
||||
|
||||
<h4>Fuel Log</h4>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user