Update font awesome, change and add header icons for most pages
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
ViewBag.Title = "Create City";
|
||||
}
|
||||
|
||||
<h2 class="center-content">@ViewBag.Title</h2>
|
||||
<h2 class="center-content"><i class="fa fa-map"></i> @ViewBag.Title</h2>
|
||||
|
||||
@using (Html.BeginForm("Create", "City", FormMethod.Post, new { @class = "form-horizontal well center-content" }))
|
||||
{
|
||||
|
||||
@@ -4,11 +4,9 @@
|
||||
ViewBag.Title = "Cities by County";
|
||||
}
|
||||
|
||||
@{ Html.RenderPartial("BackToLogs"); }
|
||||
|
||||
@Html.Partial("_StatusMessage")
|
||||
|
||||
<h2>@ViewBag.Title</h2>
|
||||
<h2><i class="fa fa-map"></i> @ViewBag.Title</h2>
|
||||
|
||||
<div>
|
||||
@foreach (var countyCities in Model)
|
||||
|
||||
Reference in New Issue
Block a user