Add required city field
This commit is contained in:
@@ -13,13 +13,15 @@
|
||||
{
|
||||
<div>
|
||||
<h3>@countyCities.Key</h3>
|
||||
<p>
|
||||
@foreach (var city in countyCities.Value)
|
||||
{
|
||||
<span class="label">
|
||||
@city
|
||||
</span>
|
||||
}
|
||||
@Html.ActionLink("Add New City", "Create", new {County=countyCities.Key}, new { @class = "btn" })
|
||||
@Html.ActionLink("Add New City", "Create", new {County=countyCities.Key}, new { @class = "btn btn-small" })
|
||||
</p>
|
||||
</div>
|
||||
}
|
||||
</div>
|
||||
@@ -46,7 +46,7 @@
|
||||
@RenderBody()
|
||||
</div>
|
||||
<footer>
|
||||
Mileage Traker © 2013 James Kolpack
|
||||
Mileage Traker © 2014 Kolpack Software Consulting LLC
|
||||
</footer>
|
||||
|
||||
<script src="@Url.Content("~/Scripts/jquery-2.1.0.min.js")" type="text/javascript"></script>
|
||||
|
||||
Reference in New Issue
Block a user