Email Reminders
This commit is contained in:
@@ -42,7 +42,11 @@
|
||||
<li>@Html.ActionLink("Vehicles", "Index", "Vehicle")</li>
|
||||
<li>@Html.ActionLink("Vehicle Service", "Index", "VehicleService")</li>
|
||||
<li>@Html.ActionLink("Fuel Logs", "Index", "FuelLog")</li>
|
||||
<li>@Html.ActionLink("Cost Report", "VehicleCostIndex", "Vehicle")</li>
|
||||
<li>@Html.ActionLink("Cost Report", "VehicleCostIndex", "Vehicle")</li>
|
||||
@if (User.IsInRole("Developer"))
|
||||
{
|
||||
<li>@Html.ActionLink("Send Service Reminder Emails", "SendVehicleServiceReminderEmails", "VehicleService")</li>
|
||||
}
|
||||
</ul>
|
||||
</li>
|
||||
<li id="user-nav">@Html.ActionLink("Users", "Index", "User")</li>
|
||||
@@ -50,7 +54,7 @@
|
||||
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false"><span>Config</span> <i class="fa fa-caret-down"></i></a>
|
||||
<ul class="dropdown-menu">
|
||||
<li>@Html.ActionLink("Cities", "Index", "City")</li>
|
||||
<li>@Html.ActionLink("Purposes", "Index", "Purpose")</li>
|
||||
<li>@Html.ActionLink("Purposes", "Index", "Purpose")</li>
|
||||
</ul>
|
||||
</li>
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user