-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Rebwar Hosain Poori
authored and
Rebwar Hosain Poori
committed
May 16, 2019
1 parent
c147a8e
commit 2bddc24
Showing
6 changed files
with
76 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
|
||
@{ | ||
ViewData["Title"] = "AccessDenied"; | ||
Layout = "~/Views/Admin/_Layout.cshtml"; | ||
} | ||
|
||
<section class="content"> | ||
<div class="error-page"> | ||
<h2 class="headline text-yellow"> 401</h2> | ||
|
||
<div class="error-content"> | ||
<h3><i class="fa fa-warning text-yellow"></i> متاسفانه شما مجوز دسترسی به این قسمت را ندارید. </h3> | ||
|
||
<p> | ||
برای اطلاعات بیشتر با مدیریت سیستم تماس بگیرید | ||
</p> | ||
|
||
</div> | ||
<!-- /.error-content --> | ||
</div> | ||
|
||
</section> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters