Merge pull request #843 from mhann/dev

Fix small typo in ticket overview page
This commit is contained in:
Jamie 2016-12-27 20:21:42 +00:00 committed by GitHub
commit 2d7ded325f

View file

@ -57,7 +57,7 @@
<div><strong>Type:</strong> @StringHelper.ToCamelCaseWords(issue.Issue.ToString())</div>
<div><strong>User Reported:</strong> @issue.UserReported</div>
<div><strong>User Note:</strong> @issue.UserNote</div>
<div><strong>Admin Note:</strong>@issue.AdminNote</div>
<div><strong>Admin Note:</strong> @issue.AdminNote</div>
</div>
@if (isAdmin)
{