9 lines
194 B
Plaintext
9 lines
194 B
Plaintext
package component
|
|
|
|
import common "forge.cadoles.com/wpetit/clearcase/internal/http/handler/webui/common/component"
|
|
|
|
templ IssuePage(title string) {
|
|
@common.Page(common.WithTitle(title)) {
|
|
}
|
|
}
|