BACKLOG REFINEMENT removed duplicate close issue button
This commit is contained in:
@@ -63,17 +63,6 @@ templ DashboardContent(props DashboardProps) {
|
||||
>
|
||||
Edit
|
||||
</button>
|
||||
if props.SelectedIssue.Status != "closed" {
|
||||
<button
|
||||
type="button"
|
||||
class="btn btn-warning btn-sm btn-outline"
|
||||
hx-get={ "/issues/" + props.SelectedIssue.ID + "/close" }
|
||||
hx-target="#modal-container"
|
||||
hx-swap="innerHTML"
|
||||
>
|
||||
Close issue
|
||||
</button>
|
||||
}
|
||||
<button
|
||||
class="btn btn-sm"
|
||||
hx-get={ "/issues/" + props.SelectedIssue.ID }
|
||||
|
||||
Reference in New Issue
Block a user