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,8 +10,10 @@
|
|||||||
<link href="@Url.Content("~/Content/VehicleColors.css")" rel="stylesheet" type="text/css" />
|
<link href="@Url.Content("~/Content/VehicleColors.css")" rel="stylesheet" type="text/css" />
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@* ReSharper disable Mvc.ActionNotResolved *@
|
||||||
@using (Html.BeginForm("Action", "CreateLog", FormMethod.Post))
|
@using (Html.BeginForm("Action", "CreateLog", FormMethod.Post))
|
||||||
{
|
{
|
||||||
|
@* ReSharper restore Mvc.ActionNotResolved *@
|
||||||
<fieldset>
|
<fieldset>
|
||||||
<legend>@ViewBag.Title</legend>
|
<legend>@ViewBag.Title</legend>
|
||||||
<p class="alert">Please <strong>confirm</strong> - entry not complete until <strong>confirm</strong> clicked</p>
|
<p class="alert">Please <strong>confirm</strong> - entry not complete until <strong>confirm</strong> clicked</p>
|
||||||
|
|||||||
Reference in New Issue
Block a user