mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-14 18:47:15 -07:00
most of #273 done
This commit is contained in:
parent
66bede34f4
commit
4808fffcef
15 changed files with 453 additions and 103 deletions
|
@ -34,13 +34,6 @@
|
|||
<div class="col-md-2">
|
||||
|
||||
@if (Model.IssueStatus == IssueStatus.PendingIssue)
|
||||
{
|
||||
<form action="@formAction/issues/inprogressUpdate" method="post">
|
||||
<input id="issueId" name="issueId" value="@Model.Id" hidden="hidden" />
|
||||
<button id="@Model.Id" class="btn btn-sm btn-primary-outline dropdown-toggle inProgress">In-Progress</button>
|
||||
</form>
|
||||
}
|
||||
@if (Model.IssueStatus == IssueStatus.InProgressIssue)
|
||||
{
|
||||
<form action="@formAction/issues/resolvedUpdate" method="post">
|
||||
<input id="issueId" name="issueId" value="@Model.Id" hidden="hidden" />
|
||||
|
@ -67,7 +60,7 @@
|
|||
{
|
||||
<div class="row">
|
||||
<div class="col-sm-11">
|
||||
<div><strong>Type:</strong> @StringHelper.CamelCaseToWords(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 Note:</strong> @issue.UserNote</div>
|
||||
<div><strong>Admin Note:</strong>@issue.AdminNote</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue