diff options
author | Sergey Chebotar <s.chebotar@gmail.com> | 2023-03-06 07:41:35 +0300 |
---|---|---|
committer | Sergey Chebotar <s.chebotar@gmail.com> | 2023-03-06 07:41:35 +0300 |
commit | 0c4d13caed53b2702eef41461d0c8a4b25df48f6 (patch) | |
tree | 6fb6d2d54cedce1c204fb30b75f4d470fbf7ee83 /Views/Bundle/Index.cshtml | |
parent | cdd58a8f518d037658518c233e74beea22d03906 (diff) |
Base authorization/authentification
Diffstat (limited to 'Views/Bundle/Index.cshtml')
-rw-r--r-- | Views/Bundle/Index.cshtml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Views/Bundle/Index.cshtml b/Views/Bundle/Index.cshtml index 678caf0..9e1f293 100644 --- a/Views/Bundle/Index.cshtml +++ b/Views/Bundle/Index.cshtml @@ -10,6 +10,16 @@ </head> <body> + <div class="container-fluid"> + <div class="row"> + <div class="col"> + <span class="navbar-brand ml-2">Underwear bundle list</span> + </div> + <div class="col-2 text-right"> + <a class="btn btn-sm btn-primary" href="/account/logout">Log Out</a> + </div> + </div> + </div> <container> <table class="table table-striped"> <thead> |