diff --git a/RentACar/WebApp/Controllers/RentsController.cs b/RentACar/WebApp/Controllers/RentsController.cs
index 9d4d9be..574d066 100644
--- a/RentACar/WebApp/Controllers/RentsController.cs
+++ b/RentACar/WebApp/Controllers/RentsController.cs
@@ -60,7 +60,7 @@ namespace WebApp.Controllers
[HttpPost]
[ValidateAntiForgeryToken]
- public async Task
| @@ -35,9 +35,12 @@ | Daily price | -- Actions - | + @if (this.User.IsInRole("Admin")) + { ++ Actions + | + }
|---|