Remove home controller, hide false positive resharper warning
This commit is contained in:
@@ -1,12 +0,0 @@
|
||||
using System.Web.Mvc;
|
||||
|
||||
namespace MileageTraker.Web.Controllers
|
||||
{
|
||||
public class HomeController : ControllerBase
|
||||
{
|
||||
public ActionResult About()
|
||||
{
|
||||
return View();
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -10,9 +10,11 @@
|
||||
<link href="@Url.Content("~/Content/VehicleColors.css")" rel="stylesheet" type="text/css" />
|
||||
}
|
||||
|
||||
@* ReSharper disable Mvc.ActionNotResolved *@
|
||||
@using (Html.BeginForm("Action", "CreateLog", FormMethod.Post))
|
||||
{
|
||||
<fieldset>
|
||||
@* ReSharper restore Mvc.ActionNotResolved *@
|
||||
<fieldset>
|
||||
<legend>@ViewBag.Title</legend>
|
||||
<p class="alert">Please <strong>confirm</strong> - entry not complete until <strong>confirm</strong> clicked</p>
|
||||
@if (Model.Miles == 0)
|
||||
|
||||
Reference in New Issue
Block a user