This commit is contained in:
Dmitry Zuikov 2024-09-30 05:44:22 +03:00
parent 8673e70e3f
commit 84e94672a3
1 changed files with 5 additions and 1 deletions

View File

@ -1152,7 +1152,11 @@ repoPage IssuesTab lww _ = rootPage do
div_ [class_ "content"] $ do
section_ do
strong_ $ toHtml (show $ "Issues ::" <+> pretty repoName)
h5_ $ toHtml (show $ "Issues ::" <+> pretty repoName)
form_ [role_ "search"] do
input_ [name_ "search", type_ "search"]
input_ [type_ "submit", value_ "Search"]
table_ [] do
tbody_ [id_ "fixme-tab-data"] mempty