|
|
@ -57,7 +57,7 @@
|
|
|
|
<div><strong>Type:</strong> @StringHelper.ToCamelCaseWords(issue.Issue.ToString())</div>
|
|
|
|
<div><strong>Type:</strong> @StringHelper.ToCamelCaseWords(issue.Issue.ToString())</div>
|
|
|
|
<div><strong>User Reported:</strong> @issue.UserReported</div>
|
|
|
|
<div><strong>User Reported:</strong> @issue.UserReported</div>
|
|
|
|
<div><strong>User Note:</strong> @issue.UserNote</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>
|
|
|
|
</div>
|
|
|
|
@if (isAdmin)
|
|
|
|
@if (isAdmin)
|
|
|
|
{
|
|
|
|
{
|
|
|
@ -100,4 +100,4 @@
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
@Html.LoadIssueDetailsAssets()
|
|
|
|
@Html.LoadIssueDetailsAssets()
|
|
|
|