Add missing @ (#184)

Addresses #183
This commit is contained in:
Jass Bagga 2017-12-07 15:45:34 -08:00 committed by GitHub
parent ed9e34caab
commit bc95a4a6c1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -3,6 +3,6 @@
}
<header>
<h2 class="text-danger">ViewData["Title"]</h2>
<h2 class="text-danger">@ViewData["Title"]</h2>
<p class="text-danger">You do not have access to this resource.</p>
</header>