package routes import ( "fmt" "github.com/LazyBachelor/LazyPM/internal/models" "github.com/LazyBachelor/LazyPM/pkg/web/components" ) type IssueDetailProps struct { Issue *models.Issue Comments []*models.Comment } type IssueDetailModalProps struct { Issue *models.Issue Comments []*models.Comment From string } templ IssueDetailContent(props IssueDetailProps) {
Click to add description...
{ comment.Text }